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 (1)

Label Occurrences
WritableStream canonical 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 ⓘ
surface form: Web Workers

Web browsers ⓘ
canBeConstructedWith queuing strategy object ⓘ
underlying sink object ⓘ
canBeTargetOf ReadableStream.prototype.pipeThrough ⓘ
ReadableStream.prototype.pipeTo ⓘ
defaultWriterType WritableStreamDefaultWriter ⓘ
definedIn WHATWG Streams Standard ⓘ
surface form: 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 (1)

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

Streams Standard → definesConcept → WritableStream ⓘ