[meta] Enable streams for beta and release
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
People
(Reporter: jorendorff, Assigned: jorendorff)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, meta)
Attachments
(1 file)
| Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
| bugherder | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
OK, documented! I've removed the experimental banners and updated compat data on appropriate places now this functionality is in two engines by default:
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultController
I've also looked to updated compat data in these places:
https://developer.mozilla.org/en-US/docs/Web/API/Request/Request
https://developer.mozilla.org/en-US/docs/Web/API/Body
https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streams
The PR for updating the compat data is here:
https://github.com/mdn/browser-compat-data/pull/3307
Let me know if this looks OK. Thanks!
Description
•