moonsflyer 976fd6d369 initial commit of the project 6 месяцев назад
..
.idea 976fd6d369 initial commit of the project 6 месяцев назад
test 976fd6d369 initial commit of the project 6 месяцев назад
.zuul.yml 976fd6d369 initial commit of the project 6 месяцев назад
LICENSE 976fd6d369 initial commit of the project 6 месяцев назад
Makefile 976fd6d369 initial commit of the project 6 месяцев назад
README.md 976fd6d369 initial commit of the project 6 месяцев назад
component.json 976fd6d369 initial commit of the project 6 месяцев назад
index.js 976fd6d369 initial commit of the project 6 месяцев назад
package.json 976fd6d369 initial commit of the project 6 месяцев назад

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