Enable WritableStreams and pipeTo by default
Categories
(Core :: DOM: Streams, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Change the preferences to ship WritableStream
s and pipeTo
Assignee | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Why separate flags for them, btw?
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/653e9dc63dd5 Enable WritableStreams and pipeTo by default r=smaug
Comment 4•1 year ago
•
|
||
Backed out for causing wpt failures complaining about pipe.
Backout link: https://hg.mozilla.org/integration/autoland/rev/ca2ce6656e6ba746263a0828b8cac414d3392de5
Failure log:
https://treeherder.mozilla.org/logviewer?job_id=371591842&repo=autoland&lineNumber=2160
https://treeherder.mozilla.org/logviewer?job_id=371595818&repo=autoland&lineNumber=7220
https://treeherder.mozilla.org/logviewer?job_id=371595811&repo=autoland&lineNumber=3088
Assignee | ||
Comment 5•1 year ago
|
||
Appears I missed updating web-platform/meta/fetch/api/response/response-stream-disturbed-by-pipe.any.js.ini; I've got a try push re-evaluating that, and will re-land tomorrow assuming it's good.
Assignee | ||
Comment 6•1 year ago
|
||
(In reply to Kagami :saschanaz from comment #1)
Why separate flags for them, btw?
Whoops. Missed this. Essentially because they're two different features that can be exposed separately, even if we think that's not the right approach. Could have done it differently, but not worth changing now.
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b58cc8e5384a Enable WritableStreams and pipeTo by default r=smaug
Comment 8•1 year ago
|
||
bugherder |
Comment 9•1 year ago
|
||
FF100 docs work for this can be tracked in https://github.com/mdn/content/issues/14408#issuecomment-1085329853
FYI This is mostly complete - the docs already existed (though needed a tidy up to remove experimental tagging). The main work was browser compatibility update and update to the release note page.
Description
•