Web Streams, based on the WHATWG spec reference implementation
npm install web-streams-ponyfill``javascript
var streams = require("web-streams-ponyfill");
var readable = new streams.ReadableStream;
// Or, in ES6
import { ReadableStream } from "web-streams-ponyfill";
``
Original author:
- Diwank Singh creatorrr
Contributors:
- Anders Riutta ariutta
- bellbind