0.1.0 • Published 6 years ago

blob v0.1.0

Weekly downloads
4,457,693
License
MIT
Repository
github
Last release
6 years ago

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

0.1.0

6 years ago

0.0.5

7 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago