armansansd 3424b1927b first commit il y a 2 ans
..
.idea 3424b1927b first commit il y a 2 ans
test 3424b1927b first commit il y a 2 ans
.zuul.yml 3424b1927b first commit il y a 2 ans
LICENSE 3424b1927b first commit il y a 2 ans
Makefile 3424b1927b first commit il y a 2 ans
README.md 3424b1927b first commit il y a 2 ans
component.json 3424b1927b first commit il y a 2 ans
index.js 3424b1927b first commit il y a 2 ans
package.json 3424b1927b first commit il y a 2 ans

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