Web Streams ponyfill, based on the WHATWG spec reference implementation.
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: