A cross-browser Blob that falls back to BlobBuilder when appropriate.
If neither is available, it exports undefined.
$ npm install blob
var Blob = require('blob'); var b = new Blob(['hi', 'constructing', 'a', 'blob']);
MIT
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A cross-browser Blob that falls back to BlobBuilder when appropriate