WHATWG Streams Standard

E856190

The WHATWG Streams Standard is a web platform specification that defines a unified, interoperable model and APIs for handling streaming data in web browsers and related environments.

All labels observed (3)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf WHATWG living standard ⓘ
technical specification ⓘ
web standard ⓘ
compatibleWith Promises in JavaScript ⓘ
defines BYOB (bring your own buffer) byte streams ⓘ
ByteLengthQueuingStrategy interface NERFINISHED ⓘ
CountQueuingStrategy interface NERFINISHED ⓘ
ReadableByteStreamController interface NERFINISHED ⓘ
ReadableStream interface NERFINISHED ⓘ
ReadableStreamBYOBReader interface NERFINISHED ⓘ
ReadableStreamDefaultController interface NERFINISHED ⓘ
ReadableStreamDefaultReader interface NERFINISHED ⓘ
TransformStream interface NERFINISHED ⓘ
TransformStreamDefaultController interface NERFINISHED ⓘ
WritableStream interface NERFINISHED ⓘ
WritableStreamDefaultController interface NERFINISHED ⓘ
WritableStreamDefaultWriter interface NERFINISHED ⓘ
backpressure mechanisms ⓘ
cancellation of streams ⓘ
error propagation in streams ⓘ
locking mechanism for streams ⓘ
model for streaming data ⓘ
pipeThrough operation ⓘ
pipeTo operation ⓘ
queuing strategies ⓘ
tee operation ⓘ
underlying sink algorithms ⓘ
underlying source algorithms ⓘ
editorialPolicy maintained as a living document ⓘ
ensures interoperable streaming APIs across user agents ⓘ
fullName Streams Standard NERFINISHED ⓘ
influenced Encoding Standard NERFINISHED ⓘ
Fetch Standard NERFINISHED ⓘ
language English ⓘ
maintainedBy WHATWG NERFINISHED ⓘ
partOf web platform specifications ⓘ
scope JavaScript streaming primitives ⓘ
low-level stream abstractions ⓘ
status living standard ⓘ
usedFor file and blob streaming ⓘ
handling streaming data ⓘ
incremental data processing ⓘ
network response streaming ⓘ
usedIn JavaScript environments ⓘ
service workers ⓘ
web browsers ⓘ
web workers ⓘ
website https://streams.spec.whatwg.org/ ⓘ

How these facts were elicited

Referenced by (16)

Full triples — surface form annotated when it differs from this entity's canonical label.

ReadableStream → definedInSpecification → WHATWG Streams Standard ⓘ
WritableStream → partOf → WHATWG Streams Standard ⓘ
WritableStream → definedIn → WHATWG Streams Standard ⓘ
this entity surface form: WHATWG Streams specification
TransformStream → definedInSpecification → WHATWG Streams Standard ⓘ
ReadableStreamDefaultReader → definedIn → WHATWG Streams Standard ⓘ
ReadableStreamBYOBReader → partOf → WHATWG Streams Standard ⓘ
ReadableStreamBYOBReader → definedIn → WHATWG Streams Standard ⓘ
this entity surface form: WHATWG Streams specification
ReadableByteStreamController → definedInSpecification → WHATWG Streams Standard ⓘ
TransformStreamDefaultController → definedIn → WHATWG Streams Standard ⓘ
CountQueuingStrategy → definedInSpecification → WHATWG Streams Standard ⓘ
ByteLengthQueuingStrategy → partOf → WHATWG Streams Standard ⓘ
this entity surface form: WHATWG Streams standard
ByteLengthQueuingStrategy → definedInSpecification → WHATWG Streams Standard ⓘ
WritableStreamDefaultWriter → definedInSpecification → WHATWG Streams Standard ⓘ
ReadableStreamBYOBRequest → definedInSpecification → WHATWG Streams Standard ⓘ