[whatwg/streams] Editorial: Narrow ReadableStreamBYOBRequest.view to Uint8Array (PR #1367)

`ReadableStreamBYOBRequest.view` is always constructed as a `Uint8Array` in the specification. Reflect this in the Web IDL.

Fixes #1366.

- [ ] At least two implementers are interested (and none opposed):
   * …
   * …
- [x] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * N/A: The new IDL will be [automatically picked up by WPT](https://github.com/web-platform-tests/wpt/blob/b27a097e4a6a25436daff3b0588f9d4f813feecd/interfaces/README.md) after this PR is merged. (I have verified locally that the IDL harness tests still pass with the new IDL.)
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chromium: …
   * Gecko: …
   * WebKit: …
   * Deno: …
   * Node.js: …
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: N/A
- [ ] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. -->

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/1367

-- Commit Summary --

  * Editorial: Narrow `ReadableStreamBYOBRequest.view` to `Uint8Array?`
  * Update dependencies in reference implementation
  * Roll WPT

-- File Changes --

    M index.bs (2)
    M reference-implementation/lib/ReadableStreamBYOBRequest.webidl (2)
    M reference-implementation/package.json (4)
    M reference-implementation/web-platform-tests (2)

-- Patch Links --

https://github.com/whatwg/streams/pull/1367.patchhttps://github.com/whatwg/streams/pull/1367.diff
-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1367
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1367@github.com>

Received on Sunday, 12 April 2026 17:06:05 UTC