APPLE 025c69e553 wesmiler 点什么广告 3 лет назад
..
test 025c69e553 wesmiler 点什么广告 3 лет назад
.zuul.yml 025c69e553 wesmiler 点什么广告 3 лет назад
LICENSE 025c69e553 wesmiler 点什么广告 3 лет назад
Makefile 025c69e553 wesmiler 点什么广告 3 лет назад
README.md 025c69e553 wesmiler 点什么广告 3 лет назад
component.json 025c69e553 wesmiler 点什么广告 3 лет назад
index.js 025c69e553 wesmiler 点什么广告 3 лет назад
package.json 025c69e553 wesmiler 点什么广告 3 лет назад

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