GitHub - creatorrr/web-streams-polyfill: Web Streams, based on the WHATWG spec (original) (raw)

Web Streams, based on the WHATWG spec reference implementation.

[DEPRECATED] Use https://github.com/MattiasBuelens/web-streams-polyfill


Join the chat at https://gitter.im/web-streams-polyfill/Lobby

Usage

For node.js / browserify users:

var streams = require("web-streams-polyfill"); var readable = new streams.ReadableStream;

// Or, in ES6

import { ReadableStream } from "web-streams-polyfill";

For use as polyfill, include the dist/polyfill.min.js file in your html before your main script.

Contributors

Thanks to these people for their contributions: