APPLE 025c69e553 wesmiler 点什么广告 il y a 3 ans
..
test 025c69e553 wesmiler 点什么广告 il y a 3 ans
.zuul.yml 025c69e553 wesmiler 点什么广告 il y a 3 ans
LICENSE 025c69e553 wesmiler 点什么广告 il y a 3 ans
Makefile 025c69e553 wesmiler 点什么广告 il y a 3 ans
README.md 025c69e553 wesmiler 点什么广告 il y a 3 ans
component.json 025c69e553 wesmiler 点什么广告 il y a 3 ans
index.js 025c69e553 wesmiler 点什么广告 il y a 3 ans
package.json 025c69e553 wesmiler 点什么广告 il y a 3 ans

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