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

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