Skip to content

jccr/web-streams-ponyfill

 
 

Repository files navigation

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:

About

Web Streams, based on the WHATWG spec reference implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%