Module readablestreamdefaultreader

Module readablestreamdefaultreader 

Source

StructsΒ§

ByteTeeClosedPromiseRejectionHandler πŸ”’
The rejection handler for https://streams.spec.whatwg.org/#abstract-opdef-readablebytestreamtee
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…”
DefaultTeeClosedPromiseRejectionHandler πŸ”’
The rejection handler for https://streams.spec.whatwg.org/#readable-stream-tee
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 πŸ”’