The ReadableStreamBYOBRequest interface of the Streams API represents
pull request into a web.fetch.ReadableByteStreamController
The ReadableStreamBYOBRequest interface of the Streams API represents pull request into a `web.fetch.ReadableByteStreamController`
(constructor & args)
Constructor.
The ReadableStreamBYOBRequest() constructor creates and returns a ReadableStreamBYOBRequest() object instance.
controller
The associated web.fetch.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.fetch.ReadableByteStreamController`. view The current view. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/ReadableStreamBYOBRequest`
(respond this bytes-written)
Method.
[Draft] [Experimental]
The error() method of the web.fetch.ReadableStreamBYOBRequest
xxx
readableStreamBYOBRequestInstance.respond(bytesWritten);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respond
Method. [Draft] [Experimental] The error() method of the `web.fetch.ReadableStreamBYOBRequest` xxx `readableStreamBYOBRequestInstance.respond(bytesWritten);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respond`
(respond-with-new-view this view)
Method.
[Draft] [Experimental]
The respondWithNewView() method of the web.fetch.ReadableStreamBYOBRequest
xxx
readableStreamBYOBRequestInstance.respondWithNewView(view);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView
Method. [Draft] [Experimental] The respondWithNewView() method of the `web.fetch.ReadableStreamBYOBRequest` xxx `readableStreamBYOBRequestInstance.respondWithNewView(view);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView`
(set-view! this val)
Property.
[Draft] [Experimental]
The view getter property of the web.fetch.ReadableStreamBYOBRequest
returns the current view.
var view = readableStreamBYOBRequestInstance.view;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view
Property. [Draft] [Experimental] The view getter property of the `web.fetch.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.
[Draft] [Experimental]
The view getter property of the web.fetch.ReadableStreamBYOBRequest
returns the current view.
var view = readableStreamBYOBRequestInstance.view;
See also: https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view
Property. [Draft] [Experimental] The view getter property of the `web.fetch.ReadableStreamBYOBRequest` returns the current view. `var view = readableStreamBYOBRequestInstance.view;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBRequest/view`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close