mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
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