blob-polyfill
v9.0.20240710
Published
Blob.js implements the W3C Blob interface in browsers that do not natively support it.
Downloads
522,648
Readme
Blob Polyfill
Purpose
Blob Polyfill serves Blob.js over npm.
Blob.js implements the W3C Blob
interface in browsers that do not natively support it.
Changelog
Installation
To install this library, run:
$ npm install blob-polyfill --save
Usage
CommonJS:
var Blob = require('blob-polyfill').Blob;
AMD
import { Blob } from 'blob-polyfill';
Supported browsers
Blob.js shares the same supported browsers as FileSaver.js.