吕君喜 406d880ac6 first 3 yıl önce
..
.idea 406d880ac6 first 3 yıl önce
test 406d880ac6 first 3 yıl önce
.zuul.yml 406d880ac6 first 3 yıl önce
LICENSE 406d880ac6 first 3 yıl önce
Makefile 406d880ac6 first 3 yıl önce
README.md 406d880ac6 first 3 yıl önce
component.json 406d880ac6 first 3 yıl önce
index.js 406d880ac6 first 3 yıl önce
package.json 406d880ac6 first 3 yıl önce

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