Module transformstream

Source

Structsยง

BackpressureChangeRejection ๐Ÿ”’
Reacting to rejection of backpressureChangePromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
CancelPromiseFulfillment ๐Ÿ”’
Reacting to fulfillment of the cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-abort-algorithm
CancelPromiseRejection ๐Ÿ”’
Reacting to rejection of cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-abort-algorithm
FlushPromiseFulfillment ๐Ÿ”’
Reacting to fulfillment of the flushpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-close-algorithm
FlushPromiseRejection ๐Ÿ”’
Reacting to rejection of flushpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-close-algorithm
PerformTransformFulfillment ๐Ÿ”’
Reacting to fulfillment of performTransform as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
PerformTransformRejection ๐Ÿ”’
Reacting to rejection of performTransform as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
SourceCancelPromiseFulfillment ๐Ÿ”’
Reacting to fulfillment of the cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-source-cancel
SourceCancelPromiseRejection ๐Ÿ”’
Reacting to rejection of cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-source-cancel
TransformBackPressureChangePromiseFulfillment ๐Ÿ”’
Reacting to backpressureChangePromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
TransformStream
https://streams.spec.whatwg.org/#ts-class

Enumsยง

CrossRealmTransform ๐Ÿ”’
A wrapper to handle message and messageerror events for the message port used by the transfered stream.

Constantsยง

_IMPL_DOMOBJECT_FOR_TransformStream ๐Ÿ”’