Closed
Bug 884754
Opened 11 years ago
Closed 11 years ago
Promise.fulfill()
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: baku, Assigned: baku)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
21.80 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #764682 -
Flags: review?(mounir)
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Summary: Promise.fufill() → Promise.fulfill()
Comment 2•11 years ago
|
||
Do we need that for the moment? Can't we simply keep our implementation as is and wait for a consensus to be formed?
Comment 3•11 years ago
|
||
Comment on attachment 764682 [details] [diff] [review] patch Clearing review based on comment 2.
Attachment #764682 -
Flags: review?(mounir)
Comment 4•11 years ago
|
||
Unfortunately according to reports from the latest TC39 meeting `fulfill` is necessary for consensus, i.e. promises will not be acceptable to TC39 without it. In the same spirit as my comments on 879245, it seems important for Firefox not to fork the existing efforts and specs, even if this time it would be in a direction I support.
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 764682 [details] [diff] [review] patch Asking for a review based on comment 4.
Attachment #764682 -
Flags: review?(mounir)
Comment 6•11 years ago
|
||
(In reply to Domenic Denicola from comment #4) > Unfortunately according to reports from the latest TC39 meeting `fulfill` is > necessary for consensus, i.e. promises will not be acceptable to TC39 > without it. In the same spirit as my comments on 879245, it seems important > for Firefox not to fork the existing efforts and specs, even if this time it > would be in a direction I support. As said on bug 879245, we are not going to fork anything, our implementation is simply going to be an experiment behind a flag as long as people are fighting in three different mailing list and one GH repository to know what should be standardized... Do you have a link to discussions regarding fulfill in TC39? (Other places clearly didn't reach a consensus on that topic but I'm not reading es-discuss.)
Comment 7•11 years ago
|
||
Comment on attachment 764682 [details] [diff] [review] patch Given that we only need this if we have thenable support that Jonas and I believe is not needed for the moment, I will cancel the review again.
Attachment #764682 -
Flags: review?(mounir)
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 9•11 years ago
|
||
This is not coming back as such.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•