web-streams-ponyfill

1.4.2 • Public • Published

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:

Contributors:

Package Sidebar

Install

npm i web-streams-ponyfill

Weekly Downloads

8,980

Version

1.4.2

License

MIT

Unpacked Size

1.09 MB

Total Files

9

Last publish

Collaborators

  • jccr