web-streams-ponyfill

v1.4.2
Web Streams, based on the WHATWG spec reference implementation
streams whatwg polyfill ponyfill

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:

npm i web-streams-ponyfill

Metadata

  • MIT
  • Whatever
  • Diwank Singh
  • released 4/10/2018

Downloads

Maintainers