/web-streams-ponyfill

Web Streams, based on the WHATWG spec reference implementation

Primary LanguageJavaScriptMIT LicenseMIT

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: