armansansd 3424b1927b first commit 2 лет назад
..
.idea 3424b1927b first commit 2 лет назад
test 3424b1927b first commit 2 лет назад
.zuul.yml 3424b1927b first commit 2 лет назад
LICENSE 3424b1927b first commit 2 лет назад
Makefile 3424b1927b first commit 2 лет назад
README.md 3424b1927b first commit 2 лет назад
component.json 3424b1927b first commit 2 лет назад
index.js 3424b1927b first commit 2 лет назад
package.json 3424b1927b first commit 2 лет назад

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