ReadableStreamBYOBRequest: view property
Baseline
2026
Newly available
Since March 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Note: This feature is available in Web Workers.
The view getter property of the ReadableStreamBYOBRequest interface returns the current view.
Value
A typed array representing the destination region to which the controller can write generated data.
null if the request has already been responded to, by calling ReadableStreamBYOBRequest.respond() or ReadableStreamBYOBRequest.respondWithNewView().
Examples
See the examples in ReadableStreamBYOBRequest.
Specifications
| Specification |
|---|
| Streams> # ref-for-rs-byob-request-view①> |