Note: This feature is available in Web Workers.
The view getter property of the ReadableStreamBYOBRequest interface returns the current view.
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 ReadableStreamBYOBRequest.respond() or ReadableStreamBYOBRequest.respondWithNewView().
See the examples in ReadableStreamBYOBRequest.