eo.whatwg-streams

WHATWG Streams API

Usage no npm install needed!

<script type="module">
  import eoWhatwgStreams from 'https://cdn.skypack.dev/eo.whatwg-streams';
</script>

README

Build Status

Setup

mkdir work
cd work
npm install eo.whatwg-streams

Example

<script src="./node_modules/eo.whatwg-streams/out/src/index-browser.js"></script>
<script>
    console.log(window.Streams);
</script>

API

see https://github.com/whatwg/streams

LICENSE

This software is MIT LICENSE.

This software includes whatwg/streams(MIT).