web api instance property
ReadableStreamBYOBRequest: view property
Available in workers
The view getter property of the ReadableStreamBYOBRequest interface returns the current view.
Value
A Uint8Array 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 respond() or respondWithNewView().
Examples
See the examples in ReadableStreamBYOBRequest.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.