The ReadableStreamBYOBRequest interface of the Streams API represents
pull request into a web.ReadableByteStreamController view.
The ReadableStreamBYOBRequest interface of the Streams API represents pull request into a `web.ReadableByteStreamController` view.
Constructor.
The ReadableStreamBYOBRequest() constructor creates and returns a ReadableStreamBYOBRequest() object instance.
controller
The associated web.ReadableByteStreamController.
view
The current view.
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/ReadableStreamBYOBRequest
Constructor. The ReadableStreamBYOBRequest() constructor creates and returns a ReadableStreamBYOBRequest() object instance. controller The associated `web.ReadableByteStreamController`. view The current view. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/ReadableStreamBYOBRequest`
(respond this bytes-written)Method.
The error() method of the web.ReadableStreamBYOBRequest interface
readableStreamBYOBRequestInstance.respond(bytesWritten);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respond
Method. The error() method of the `web.ReadableStreamBYOBRequest` interface `readableStreamBYOBRequestInstance.respond(bytesWritten);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respond`
(respond-with-new-view this view)Method.
The respondWithNewView() method of the web.ReadableStreamBYOBRequest
xxx
readableStreamBYOBRequestInstance.respondWithNewView(view);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView
Method. The respondWithNewView() method of the `web.ReadableStreamBYOBRequest` xxx `readableStreamBYOBRequestInstance.respondWithNewView(view);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView`
(set-view! this val)Property.
The view getter property of the web.ReadableStreamBYOBRequest
returns the current view.
var view = readableStreamBYOBRequestInstance.view;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view
Property. The view getter property of the `web.ReadableStreamBYOBRequest` returns the current view. `var view = readableStreamBYOBRequestInstance.view;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view`
(view this)Property.
The view getter property of the web.ReadableStreamBYOBRequest
returns the current view.
var view = readableStreamBYOBRequestInstance.view;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view
Property. The view getter property of the `web.ReadableStreamBYOBRequest` returns the current view. `var view = readableStreamBYOBRequestInstance.view;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |