Luna 4f63b4f9a0 | ||
---|---|---|
.. | ||
.idea | ||
test | ||
.zuul.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
component.json | ||
index.js | ||
package.json |
README.md
Blob
A cross-browser Blob
that falls back to BlobBuilder
when appropriate.
If neither is available, it exports undefined
.
Installation
$ npm install blob
Example
var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
License
MIT