deepsea ca9f471156 first commit 1 ano atrás
..
.idea ca9f471156 first commit 1 ano atrás
test ca9f471156 first commit 1 ano atrás
.zuul.yml ca9f471156 first commit 1 ano atrás
LICENSE ca9f471156 first commit 1 ano atrás
Makefile ca9f471156 first commit 1 ano atrás
README.md ca9f471156 first commit 1 ano atrás
component.json ca9f471156 first commit 1 ano atrás
index.js ca9f471156 first commit 1 ano atrás
package.json ca9f471156 first commit 1 ano atrás

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