落日晚风 cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
..
.idea cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
test cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
.zuul.yml cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
LICENSE cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
Makefile cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
README.md cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
component.json cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
index.js cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos
package.json cff33ad7d1 清空 %!s(int64=2) %!d(string=hai) anos

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