WritableStream

E242820

WritableStream is a web platform interface representing a destination for streaming data, allowing chunks to be written, queued, and processed asynchronously.

All labels observed (2)

Label Occurrences
WritableStream canonical 7
WritableStream interface 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Streams API interface ⓘ
Web API interface ⓘ
availableIn Deno ⓘ
Node.js ⓘ
Service Workers ⓘ
Web Workers ⓘ
linked to: Web workers

Web browsers ⓘ
canBeConstructedWith queuing strategy object ⓘ
underlying sink object ⓘ
canBeTargetOf ReadableStream.prototype.pipeThrough ⓘ
ReadableStream.prototype.pipeTo ⓘ
defaultWriterType WritableStreamDefaultWriter ⓘ
definedIn WHATWG Streams specification ⓘ
errorPropagation errors propagate to writer.closed promise ⓘ
handles backpressure via desiredSize and ready ⓘ
hasMethod abort ⓘ
close ⓘ
getWriter ⓘ
locked (getter) ⓘ
hasProperty locked ⓘ
lifecycleState closed ⓘ
closing ⓘ
errored ⓘ
writable ⓘ
partOf WHATWG Streams Standard ⓘ
Web Streams API ⓘ
relatedInterface ReadableStream ⓘ
TransformStream ⓘ
represents destination for streaming data ⓘ
standardizedBy WHATWG ⓘ
supports aborting the stream ⓘ
asynchronous writing of data chunks ⓘ
backpressure handling ⓘ
closing the stream ⓘ
piping from ReadableStream ⓘ
queuing of written chunks ⓘ
usedFor incremental upload of data ⓘ
streaming encoding or transformation output ⓘ
writing to files in supporting environments ⓘ
writing to network requests ⓘ
uses WritableStreamDefaultWriter ⓘ
queuing strategy ⓘ
underlying sink ⓘ
writerMethod abort ⓘ
close ⓘ
releaseLock ⓘ
write ⓘ
writerProperty closed ⓘ
desiredSize ⓘ
ready ⓘ

How these facts were elicited

Referenced by (8)

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

Streams Standard → definesConcept → WritableStream ⓘ
WHATWG Streams Standard → defines → WritableStream interface ⓘ
linked to: WritableStream
Web Streams API → exposesInterface → WritableStream ⓘ
TextEncoderStream → canBeCombinedWith → WritableStream ⓘ
TextDecoderStream → canBeUsedWith → WritableStream ⓘ
CompressionStream → relatedInterface → WritableStream ⓘ
DecompressionStream → usedWith → WritableStream ⓘ
QueuingStrategyInit → relatedConcept → WritableStream ⓘ