吕君喜 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