吕君喜 406d880ac6 first 3 سال پیش
..
.idea 406d880ac6 first 3 سال پیش
test 406d880ac6 first 3 سال پیش
.zuul.yml 406d880ac6 first 3 سال پیش
LICENSE 406d880ac6 first 3 سال پیش
Makefile 406d880ac6 first 3 سال پیش
README.md 406d880ac6 first 3 سال پیش
component.json 406d880ac6 first 3 سال پیش
index.js 406d880ac6 first 3 سال پیش
package.json 406d880ac6 first 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