ReadableStream
Web Streams: Readable Stream.
Models the ReadableStream
interface, defined by the WhatWG Streams Standard (https://streams.spec.whatwg.org/). Readable streams implement streams of arbitrary data which can be consumed by an interested developer, and form part of the wider Web Streams API.
Types
Link copied to clipboard
Link copied to clipboard
Describes constructors available both in guest and host contexts, which create ReadableStream implementation instances. Generally, each implementation has a factory implementation as well, from which instances can be acquired by host-side code, and, where supported, by guest-side code.