This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28057 - Support Promise subclass
Summary: Support Promise subclass
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 11:34 UTC by Anne
Modified: 2016-10-21 21:17 UTC (History)
3 users (show)

See Also:


Attachments

Description Anne 2015-02-19 11:34:41 UTC
For Fetch we want fetch() to return a promise subclass. This depends on subclassing working for objects in general, but is also somewhat special as promises have special syntax within IDL.
Comment 1 Domenic Denicola 2016-10-21 21:17:57 UTC
I don't think we want to do this anymore.