Blob.js implements the W3C Blob interface in browsers that do not natively support it.
npm install blob-polyfill


Blob Polyfill serves [Blob.js][0] over npm.
Blob.js implements the W3C [Blob][1] interface in browsers that do not natively support it.
To install this library, run:
``bash`
$ npm install blob-polyfill --save
CommonJS:
`js`
var Blob = require('blob-polyfill').Blob;
AMD
`js``
import { Blob } from 'blob-polyfill';
Blob.js shares the [same supported browsers as FileSaver.js][2].
[0]: https://github.com/eligrey/Blob.js
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Blob
[2]: https://github.com/eligrey/FileSaver.js#supported-browsers