The view getter property of the ReadableStreamBYOBRequest interface returns the current view.
On this page
ReadableStreamBYOBRequest: view property
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 Standard # ref-for-rs-byob-request-view① |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
view |
89 | 89 | 102 | No | 75 | No | 89 | 89 | 102 | 63 | No | 15.0 |
See also
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view