WritableStreamDefaultController
E248190
WritableStreamDefaultController is a JavaScript Streams API interface that lets you control and manage the internal state, queuing, and backpressure of a writable stream.
All labels observed (1)
| Label | Occurrences |
|---|---|
| WritableStreamDefaultController canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2174828 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: WritableStreamDefaultController Context triple: [Streams Standard, definesConcept, WritableStreamDefaultController]
-
A.
ReadableStreamDefaultController
ReadableStreamDefaultController is a Web Streams API interface that allows developers to control and manage the internal state, queuing, and data flow of a readable stream.
-
B.
WritableStreamDefaultWriter
WritableStreamDefaultWriter is a JavaScript Streams API interface that provides programmatic control over writing to a writable stream, including queuing, backpressure handling, and closing the stream.
-
C.
WritableStream
WritableStream is a web platform interface representing a destination for streaming data, allowing chunks to be written, queued, and processed asynchronously.
-
D.
TransformStreamDefaultController
TransformStreamDefaultController is a web streams API interface that lets transform stream implementations enqueue, error, or terminate chunks during a streaming transformation.
-
E.
ReadableByteStreamController
ReadableByteStreamController is a Web Streams API interface that manages the internal state and data flow of a readable byte stream, including queuing, backpressure, and pulling data from an underlying source.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: WritableStreamDefaultController Target entity description: WritableStreamDefaultController is a JavaScript Streams API interface that lets you control and manage the internal state, queuing, and backpressure of a writable stream.
-
A.
ReadableStreamDefaultController
ReadableStreamDefaultController is a Web Streams API interface that allows developers to control and manage the internal state, queuing, and data flow of a readable stream.
-
B.
WritableStreamDefaultWriter
WritableStreamDefaultWriter is a JavaScript Streams API interface that provides programmatic control over writing to a writable stream, including queuing, backpressure handling, and closing the stream.
-
C.
WritableStream
WritableStream is a web platform interface representing a destination for streaming data, allowing chunks to be written, queued, and processed asynchronously.
-
D.
TransformStreamDefaultController
TransformStreamDefaultController is a web streams API interface that lets transform stream implementations enqueue, error, or terminate chunks during a streaming transformation.
-
E.
ReadableByteStreamController
ReadableByteStreamController is a Web Streams API interface that manages the internal state and data flow of a readable byte stream, including queuing, backpressure, and pulling data from an underlying source.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
JavaScript interface
ⓘ
Streams API interface ⓘ web API interface ⓘ |
| associatedWith | WritableStreamDefaultWriter ⓘ |
| availableIn |
Service Workers
ⓘ
Web workers ⓘ
surface form:
Web Workers
web browsers ⓘ |
| cannotBeConstructedWith | new WritableStreamDefaultController() ⓘ |
| category | Writable stream controller ⓘ |
| constructorAccessible | false ⓘ |
| controls |
WritableStream internal state
ⓘ
WritableStream queue ⓘ |
| createdBy |
WritableStream constructor
ⓘ
underlying sink algorithms ⓘ |
| definedInSpecification | WHATWG Streams Standard ⓘ |
| desiredSizeIndicates | how much more data can be written without applying backpressure ⓘ |
| errorMethodAccepts | any JavaScript value as reason ⓘ |
| exposedOn |
Window interface
ⓘ
WorkerGlobalScope ⓘ |
| hasMethod |
advanceQueueIfNeeded
ⓘ
closeSteps ⓘ error ⓘ errorSteps ⓘ startSteps ⓘ terminate ⓘ write ⓘ writeSteps ⓘ |
| hasProperty |
desiredSize
ⓘ
signal ⓘ |
| introducedIn | modern web platform streaming APIs ⓘ |
| lifecycleTiedTo | associated WritableStream ⓘ |
| manages | backpressure ⓘ |
| methodPurpose(error) | error the associated writable stream ⓘ |
| methodPurpose(terminate) | immediately terminate the writable stream ⓘ |
| methodPurpose(write) | enqueue a chunk into the writable stream ⓘ |
| namespace | global JavaScript scope in browsers ⓘ |
| partOf | Streams API ⓘ |
| primaryRole | provide control hooks to underlying sink implementers ⓘ |
| propertyType(desiredSize) | number or null ⓘ |
| propertyType(signal) | AbortSignal ⓘ |
| queueManagedAs | sequence of write records ⓘ |
| standardizedBy | WHATWG ⓘ |
| supportsBackpressure | true ⓘ |
| usedBy |
underlying sink abort algorithm
ⓘ
underlying sink close algorithm ⓘ underlying sink write algorithm ⓘ |
| usedWith | WritableStream ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: WritableStreamDefaultController Description of subject: WritableStreamDefaultController is a JavaScript Streams API interface that lets you control and manage the internal state, queuing, and backpressure of a writable stream.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.