Closed
Bug 1782399
Opened 3 years ago
Closed 3 years ago
InitAsyncIterator needs to have an ErrorResult parameter.
Categories
(Core :: DOM: Bindings (WebIDL), task, P3)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: evilpies, Assigned: peterv)
References
Details
Attachments
(1 file)
In the streams spec https://streams.spec.whatwg.org/#rs-get-iterator is fallible, so we need an ErrorResult parameter for the InitAsyncIterator method.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → peterv
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a2a0a2f9bda
InitAsyncIterator needs to have an ErrorResult parameter. r=edgar
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•