-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web API] Flip pref for User defined byte streams #16816
Labels
Content:WebAPI
Web API docs
fx release archive
A closed issue relating to firefox release notes for developers.
Comments
Affected APIs - note, in particular related to where the enable shown in BCD. These appear to have partial documentation. Minimally need to start by removing the experimental tagging on these. There are missing methods, no examples and no real overview. |
Status
All done bar some BCD and docs "tidy" to reflect changes in spec related to releaseLock() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:WebAPI
Web API docs
fx release archive
A closed issue relating to firefox release notes for developers.
Acceptance Criteria
For folks helping with Firefox related documentation
dev-doc-complete
or
Features to document
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1767342
Other
This flips
dom.streams.byte_streams.enabled
to true in FF102. More investigation needed.There are docs in https://nodejs.org/api/webstreams.html#readablestreambyobrequestrespondbyteswritten too which might be help in understanding this.
The text was updated successfully, but these errors were encountered: