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

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