ReadableStream<R> class
This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- ReadableStream.$1()
-
factory
- ReadableStream.$2(UnderlyingByteSource underlyingSource, [IInline438? strategy])
-
factory
-
ReadableStream.$3(UnderlyingDefaultSource<
R> underlyingSource, [QueuingStrategy<R> ? strategy]) -
factory
-
ReadableStream.$4([UnderlyingSource<
R> ? underlyingSource, QueuingStrategy<R> ? strategy]) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited