deepsea ca9f471156 first commit hace 1 año
..
.idea ca9f471156 first commit hace 1 año
test ca9f471156 first commit hace 1 año
.zuul.yml ca9f471156 first commit hace 1 año
LICENSE ca9f471156 first commit hace 1 año
Makefile ca9f471156 first commit hace 1 año
README.md ca9f471156 first commit hace 1 año
component.json ca9f471156 first commit hace 1 año
index.js ca9f471156 first commit hace 1 año
package.json ca9f471156 first commit hace 1 año

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