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 21853 - Allow subclasses of futures to decide what then/catch create
Summary: Allow subclasses of futures to decide what then/catch create
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 17:36 UTC by Anne
Modified: 2013-08-16 13:44 UTC (History)
3 users (show)

See Also:


Attachments

Description Anne 2013-04-26 17:36:30 UTC
ProgressFuture wants to spawn new ProgressFuture, but "something Crypto" does not. Need to provide some flexibility there. (Currently you'd always get Future, which is wrong.)
Comment 1 Anne 2013-08-16 13:44:51 UTC
Postponing.