9.0.20240710 • Published 1 year ago
blob-polyfill v9.0.20240710
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.
License
9.0.20240710
1 year ago
8.0.20240630
1 year ago
7.0.20220408
3 years ago
6.0.20211015
4 years ago
5.0.20210201
4 years ago
4.0.20200601
5 years ago
4.0.20200531
5 years ago
4.0.20190430
6 years ago
3.0.20180112
7 years ago
2.0.20171115
8 years ago
1.0.20150320
10 years ago