deepsea ca9f471156 first commit 1 rok temu
..
.idea ca9f471156 first commit 1 rok temu
test ca9f471156 first commit 1 rok temu
.zuul.yml ca9f471156 first commit 1 rok temu
LICENSE ca9f471156 first commit 1 rok temu
Makefile ca9f471156 first commit 1 rok temu
README.md ca9f471156 first commit 1 rok temu
component.json ca9f471156 first commit 1 rok temu
index.js ca9f471156 first commit 1 rok temu
package.json ca9f471156 first commit 1 rok temu

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