eo.whatwg-streams
v0.0.1
Published
WHATWG Streams API
Downloads
5
Readme
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).