PropsReadableStream extension

on

Properties

locked → bool

Available on ReadableStream, provided by the PropsReadableStream extension

no setter

Methods

cancel([dynamic reason]) → Future<void>

Available on ReadableStream, provided by the PropsReadableStream extension

getReader([ReadableStreamGetReaderOptions? options]) → dynamic

Available on ReadableStream, provided by the PropsReadableStream extension

pipeThrough(ReadableWritablePair transform, [StreamPipeOptions? options]) → ReadableStream

Available on ReadableStream, provided by the PropsReadableStream extension

pipeTo(WritableStream destination, [StreamPipeOptions? options]) → Future<void>

Available on ReadableStream, provided by the PropsReadableStream extension

tee() → Iterable<ReadableStream>

Available on ReadableStream, provided by the PropsReadableStream extension