Module readablestreamdefaultreader

Module readablestreamdefaultreader 

Source

Structsยง

ClosedPromiseRejectionHandler ๐Ÿ”’
The rejection handler for https://streams.spec.whatwg.org/#readable-stream-tee
ContinueReadMicrotask ๐Ÿ”’
Microtask handler to continue the read loop without recursion. Spec note: โ€œThis recursion could potentially cause a stack overflow if implemented directly. Implementations will need to mitigate this, e.g. by using a non-recursive variant of this algorithm, or queuing a microtaskโ€ฆโ€
ReadableStreamDefaultReader ๐Ÿ”’
https://streams.spec.whatwg.org/#readablestreamdefaultreader

Enumsยง

ReadRequest ๐Ÿ”’
https://streams.spec.whatwg.org/#read-request

Constantsยง

_IMPL_DOMOBJECT_FOR_ReadableStreamDefaultReader ๐Ÿ”’

Functionsยง

read_loop ๐Ÿ”’
https://streams.spec.whatwg.org/#read-loop

Type Aliasesยง

ReadAllBytesFailureSteps ๐Ÿ”’
ReadAllBytesSuccessSteps ๐Ÿ”’