Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 644 Bytes

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: