ReadableStream : Object
Represents a readable stream of data. The stream can be read using the ReadableStreamReader or by piping to a WritableStream.
Instance Methods
Allows transforming the stream of data. Each chunk is passed to transform.writable. Returns transform.readable. See TransformStream for a convienient way to make the transform parameter.
Example:
RunResults:
Passes each chunk to the WritableStream.
Example:
RunResults:
Copyright © JavaScripture Contributors