落日晚风 cff33ad7d1 清空 1 year ago
..
.idea cff33ad7d1 清空 1 year ago
test cff33ad7d1 清空 1 year ago
.zuul.yml cff33ad7d1 清空 1 year ago
LICENSE cff33ad7d1 清空 1 year ago
Makefile cff33ad7d1 清空 1 year ago
README.md cff33ad7d1 清空 1 year ago
component.json cff33ad7d1 清空 1 year ago
index.js cff33ad7d1 清空 1 year ago
package.json cff33ad7d1 清空 1 year ago

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