web-streams-ponyfill
v1.4.2
Published
Web Streams, based on the WHATWG spec reference implementation
Downloads
40,877
Readme
web-streams-ponyfill
Web Streams ponyfill, based on the WHATWG spec reference implementation.
Links
Usage
var streams = require("web-streams-ponyfill");
var readable = new streams.ReadableStream;
// Or, in ES6
import { ReadableStream } from "web-streams-ponyfill";
Credits
Original author:
- Diwank Singh creatorrr
Contributors: