Structsยง
- Backpressure
Change ๐Rejection - Reacting to rejection of backpressureChangePromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
- Cancel
Promise ๐Fulfillment - Reacting to fulfillment of the cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-abort-algorithm
- Cancel
Promise ๐Rejection - Reacting to rejection of cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-abort-algorithm
- Flush
Promise ๐Fulfillment - Reacting to fulfillment of the flushpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-close-algorithm
- Flush
Promise ๐Rejection - Reacting to rejection of flushpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-close-algorithm
- Perform
Transform ๐Fulfillment - Reacting to fulfillment of performTransform as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
- Perform
Transform ๐Rejection - Reacting to rejection of performTransform as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
- Source
Cancel ๐Promise Fulfillment - Reacting to fulfillment of the cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-source-cancel
- Source
Cancel ๐Promise Rejection - Reacting to rejection of cancelpromise as part of https://streams.spec.whatwg.org/#transform-stream-default-source-cancel
- Transform
Back ๐Pressure Change Promise Fulfillment - Reacting to backpressureChangePromise as part of https://streams.spec.whatwg.org/#transform-stream-default-sink-write-algorithm
- Transform
Stream - https://streams.spec.whatwg.org/#ts-class
Enumsยง
- Cross
Realm ๐Transform - A wrapper to handle
message
andmessageerror
events for the message port used by the transfered stream.