Bug 1811440 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(Preparing release note request early)

Release Note Request (optional, but appreciated)
[Why is this notable]: It provides more performant way when reading stream from Fetch and WebTransport
[Affects Firefox for Android]: Yes
[Suggested wording]: This release now supports proper BYOB readers on Fetch and WebTransport, which allows the dev to prepare their ArrayBuffer so that it can be reused for read requests and thus saves memory allocation. `.getReader({ mode: "byob" })` on Fetch and WebTransport streams was supported on previous releases but without true BYOB support as new memory allocation still occurred internally.
[Links (documentation, blog post, etc)]: (None)
(Preparing release note request early)

Release Note Request (optional, but appreciated)
[Why is this notable]: It provides more performant way when reading stream from Fetch and WebTransport
[Affects Firefox for Android]: Yes
[Suggested wording]: This release now supports proper BYOB readers on Fetch and WebTransport, which allows devs to prepare their ArrayBuffer so that it can be reused for read requests and thus saves memory allocation. `.getReader({ mode: "byob" })` on Fetch and WebTransport streams was supported on previous releases but without true BYOB support as new memory allocation still occurred internally.
[Links (documentation, blog post, etc)]: (None)

Back to Bug 1811440 Comment 2