Kevin 29b9a0c50c clean && clean html base il y a 5 ans
..
.idea 29b9a0c50c clean && clean html base il y a 5 ans
test 29b9a0c50c clean && clean html base il y a 5 ans
.zuul.yml 29b9a0c50c clean && clean html base il y a 5 ans
LICENSE 29b9a0c50c clean && clean html base il y a 5 ans
Makefile 29b9a0c50c clean && clean html base il y a 5 ans
README.md 29b9a0c50c clean && clean html base il y a 5 ans
component.json 29b9a0c50c clean && clean html base il y a 5 ans
index.js 29b9a0c50c clean && clean html base il y a 5 ans
package.json 29b9a0c50c clean && clean html base il y a 5 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