Module writablestreamdefaultcontroller

Source

Structsยง

CloseAlgorithmFulfillmentHandler ๐Ÿ”’
The fulfillment handler for https://streams.spec.whatwg.org/#writable-stream-default-controller-process-close
CloseAlgorithmRejectionHandler ๐Ÿ”’
The rejection handler for https://streams.spec.whatwg.org/#writable-stream-default-controller-process-close
StartAlgorithmFulfillmentHandler ๐Ÿ”’
The fulfillment handler for https://streams.spec.whatwg.org/#set-up-writable-stream-default-controller
StartAlgorithmRejectionHandler ๐Ÿ”’
The rejection handler for https://streams.spec.whatwg.org/#set-up-writable-stream-default-controller
TransferBackPressurePromiseReaction ๐Ÿ”’
Reacting to backpressurePromise as part of the writeAlgorithm of https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformwritable
WritableStreamDefaultController
https://streams.spec.whatwg.org/#ws-default-controller-class
WriteAlgorithmFulfillmentHandler ๐Ÿ”’
The fulfillment handler for https://streams.spec.whatwg.org/#writable-stream-default-controller-process-write
WriteAlgorithmRejectionHandler ๐Ÿ”’
The rejection handler for https://streams.spec.whatwg.org/#writable-stream-default-controller-process-write

Enumsยง

UnderlyingSinkType
The type of sink algorithms we are using.

Constantsยง

_IMPL_DOMOBJECT_FOR_WritableStreamDefaultController ๐Ÿ”’