Skip to content

creatorrr/web-streams-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c658bf4 · Oct 18, 2018

History

51 Commits
Dec 14, 2016
Dec 14, 2016
Mar 2, 2016
Mar 1, 2016
Jun 26, 2017
Mar 2, 2016
Mar 1, 2016
Oct 18, 2018
Dec 14, 2016
Mar 2, 2016
Dec 14, 2016
Dec 14, 2016
Jul 30, 2016
Dec 14, 2016

Repository files navigation

web-streams-polyfill

Web Streams, based on the WHATWG spec reference implementation.


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

Links

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.

<script src="/path/to/polyfill.min.js"></script>
<script type="text/javascript">

  var readable = new window.ReadableStream;

</script>

Contributors

Thanks to these people for their contributions: