Liking cljdoc? Tell your friends :D

web.streams.TransformStream

The TransformStream interface of the Streams API represents a of transformable data.

The TransformStream interface of the Streams API represents a
of transformable data.
raw docstring

readablecljs

(readable this)

Property.

The readable end of a TransformStream.

Property.

The readable end of a TransformStream.
sourceraw docstring

set-readable!cljs

(set-readable! this val)

Property.

The readable end of a TransformStream.

Property.

The readable end of a TransformStream.
sourceraw docstring

set-writable!cljs

(set-writable! this val)

Property.

The writable end of a TransformStream.

Property.

The writable end of a TransformStream.
sourceraw docstring

writablecljs

(writable this)

Property.

The writable end of a TransformStream.

Property.

The writable end of a TransformStream.
sourceraw docstring

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

× close