Liking cljdoc? Tell your friends :D

web.fetch.ReadableStreamBYOBRequest

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`
raw docstring

respondcljs

(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`
sourceraw docstring

respond-with-new-viewcljs

(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`
sourceraw docstring

set-view!cljs

(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`
sourceraw docstring

viewcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close