Checking support...
Feature Not SupportedThis browser does not support the ReadableStream Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const stream = new ReadableStream({
start(controller) { controller.enqueue('Chunk 1'); controller.close(); }
});About the ReadableStream Web API
ReadableStream represents a readable stream of byte data.
Specification:W3C & WHATWG Web API Standard
Sponsored Content