ReadableStreamDefaultController
E242824
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.
All labels observed (1)
| Label | Occurrences |
|---|---|
| ReadableStreamDefaultController canonical | 4 |
How this entity was disambiguated
This entity first appeared as the object of triple T2174825 — 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: ReadableStreamDefaultController Context triple: [Streams Standard, definesConcept, ReadableStreamDefaultController]
-
A.
RTCRtpSender
RTCRtpSender is a WebRTC API interface that represents a track sender responsible for encoding and transmitting media over an RTCPeerConnection.
-
B.
WebAssembly.instantiateStreaming
WebAssembly.instantiateStreaming is a JavaScript API function that compiles and instantiates a WebAssembly module directly from a streamed source, such as a fetch response, for efficient loading and execution in the browser.
-
C.
RTCRtpTransceiver
RTCRtpTransceiver is a WebRTC API object that represents a bidirectional RTP media track pairing, managing both sending and receiving of a specific media stream over a peer connection.
-
D.
RTCRtpReceiver
RTCRtpReceiver is a WebRTC API interface that represents the receiving end of an RTP media stream, providing access to incoming audio or video tracks and related reception statistics.
-
E.
WebAssembly.compileStreaming
WebAssembly.compileStreaming is a WebAssembly JavaScript API method that compiles a WebAssembly module directly from a streaming source, such as a fetch response, for faster and more efficient loading.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: ReadableStreamDefaultController Target entity description: 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.
-
A.
RTCRtpSender
RTCRtpSender is a WebRTC API interface that represents a track sender responsible for encoding and transmitting media over an RTCPeerConnection.
-
B.
WebAssembly.instantiateStreaming
WebAssembly.instantiateStreaming is a JavaScript API function that compiles and instantiates a WebAssembly module directly from a streamed source, such as a fetch response, for efficient loading and execution in the browser.
-
C.
RTCRtpTransceiver
RTCRtpTransceiver is a WebRTC API object that represents a bidirectional RTP media track pairing, managing both sending and receiving of a specific media stream over a peer connection.
-
D.
RTCRtpReceiver
RTCRtpReceiver is a WebRTC API interface that represents the receiving end of an RTP media stream, providing access to incoming audio or video tracks and related reception statistics.
-
E.
WebAssembly.compileStreaming
WebAssembly.compileStreaming is a WebAssembly JavaScript API method that compiles a WebAssembly module directly from a streaming source, such as a fetch response, for faster and more efficient loading.
- F. None of above. chosen
Statements (44)
| Predicate | Object |
|---|---|
| instanceOf |
Readable stream controller
ⓘ
Web API interface ⓘ |
| availableInEnvironment |
Deno
ⓘ
Node.js ⓘ
surface form:
Node.js (when Web Streams API is enabled)
Web browsers ⓘ |
| category |
java.nio
ⓘ
surface form:
Streams and I/O
|
| closeEffect | prevents further enqueue() calls ⓘ |
| controls | ReadableStream ⓘ |
| controlsType | default readable stream ⓘ |
| definedInSpecification | WHATWG Streams Standard ⓘ |
| enqueueConstraint | cannot enqueue after close() or error() ⓘ |
| errorEffect | wakes pending read requests with an error ⓘ |
| exposedOn |
Window
ⓘ
WorkerGlobalScope ⓘ |
| governingBody | WHATWG ⓘ |
| hasExampleUsage | new ReadableStream({ start(controller) { controller.enqueue(...); } }) ⓘ |
| hasMethod |
close()
ⓘ
enqueue() ⓘ error() ⓘ |
| hasProperty | desiredSize ⓘ |
| introducedAround | 2015s ⓘ |
| lifecycle | created internally by ReadableStream ⓘ |
| manages |
backpressure of a readable stream
ⓘ
data flow of a readable stream ⓘ internal state of a readable stream ⓘ queue of a readable stream ⓘ |
| methodPurpose |
close() signals that the stream will not produce more chunks
ⓘ
enqueue() adds a chunk to the stream’s internal queue ⓘ error() errors the stream and signals failure to consumers ⓘ |
| notConstructibleDirectly | true ⓘ |
| partOf | Web Streams API ⓘ |
| propertyPurpose | desiredSize indicates how much additional data the consumer can handle ⓘ |
| queueType | internal byte or value queue depending on stream type ⓘ |
| relatedInterface |
ReadableByteStreamController
ⓘ
TransformStreamDefaultController ⓘ |
| standardStatus | Living standard ⓘ |
| supportsBackpressure | true ⓘ |
| usedFor |
controlling when data is produced
ⓘ
implementing custom readable data sources ⓘ responding to consumer demand ⓘ |
| usedIn |
underlying source cancel algorithm
ⓘ
underlying source pull algorithm ⓘ underlying source start algorithm ⓘ |
| usedWith |
ReadableStream
ⓘ
surface form:
ReadableStream constructor
|
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: ReadableStreamDefaultController Description of subject: 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.
Referenced by (4)
Full triples — surface form annotated when it differs from this entity's canonical label.