Closed
Bug 1782400
Opened 3 years ago
Closed 3 years ago
Implement asynchronous iterator return
Categories
(Core :: DOM: Bindings (WebIDL), task, P3)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: evilpies, Assigned: peterv)
References
Details
Attachments
(2 files)
The streams spec makes us of the asynchronous iterator return feature here: https://streams.spec.whatwg.org/#rs-asynciterator-prototype-return
Updated•3 years ago
|
Severity: -- → S3
Type: defect → task
Priority: -- → P3
| Assignee | ||
Comment 1•3 years ago
|
||
This is optional, so need to figure out how we want to detect whether it needs one (a mozilla-specific extended attribute? bleh).
Assignee: nobody → peterv
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D156348
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D156349
| Comment hidden (off-topic) |
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(peterv)
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e3d452e99f77
Add Promise::ThenCatchWithCycleCollectedArgsJS. r=saschanaz
https://hg.mozilla.org/integration/autoland/rev/8acabb924ef7
Implement "return" method for WebIDL async iterable iterator. r=edgar
Comment 6•3 years ago
|
||
Backed out for causing bp-hybrid bustages.
Backout link: https://hg.mozilla.org/integration/autoland/rev/0413cf8b2fb959ca99a80af39b627b34611f020a
Flags: needinfo?(peterv)
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e74bae245e7
Add Promise::ThenCatchWithCycleCollectedArgsJS. r=saschanaz
https://hg.mozilla.org/integration/autoland/rev/45866f3e5c9e
Implement "return" method for WebIDL async iterable iterator. r=edgar
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4e74bae245e7
https://hg.mozilla.org/mozilla-central/rev/45866f3e5c9e
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(peterv)
You need to log in
before you can comment on or make changes to this bug.
Description
•