ReadableStream$Typings<R> extension
- on
Properties
-
cancel
↔ Future<
void> Function([dynamic]) -
getter/setter pair
-
getReader
→ ({ReadableStreamBYOBReader Function(IInline41 options) $1, ReadableStreamDefaultReader<
R> Function([IInline42? options]) $2}) -
Overload accessor: $1, $2
no setter
- locked → bool
-
no setter
-
pipeThrough
↔ ReadableStream<
T> Function<T>(dynamic, [PipeOptions?]) -
getter/setter pair
-
pipeTo
↔ Future<
void> Function(WritableStream<R> , [PipeOptions?]) -
getter/setter pair
-
tee
↔ (ReadableStream<
R> , ReadableStream<R> ) Function() -
getter/setter pair
-
values
↔ AsyncIterableIterator<
R> Function([dynamic]) -
getter/setter pair