Closed
Bug 1841985
Opened 2 years ago
Closed 8 months ago
Split preferences for Iterator Helpers
Categories
(Core :: JavaScript: Standard Library, task, P2)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: anba, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
There's currently a single preference for Iterator Helpers "experimental.iterator_helpers". It should be split into two preferences, because Async Iterator Helpers (bug 1840643) are now a separate, stage 2 proposal.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•8 months ago
|
Assignee: nobody → dminor
Assignee | ||
Comment 1•8 months ago
|
||
Assignee | ||
Comment 2•8 months ago
|
||
Depends on D210047
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b0accb160804
Add pref for async iterator helpers; r=anba
https://hg.mozilla.org/integration/autoland/rev/08e4ca828755
Add IsAsyncIteratorHelpersEnabled to GlobalObject.cpp; r=anba
Comment 4•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b0accb160804
https://hg.mozilla.org/mozilla-central/rev/08e4ca828755
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•