blob-polyfill

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

MIT 11 个版本
安装
npm install blob-polyfill
yarn add blob-polyfill
pnpm add blob-polyfill
bun add blob-polyfill
README

Blob Polyfill

npm npm build status

Purpose

Blob Polyfill serves Blob.js over npm.

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

Changelog

Please read the 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

MIT

Tracking image

版本列表
9.0.20240710 2024-07-10
8.0.20240630 2024-06-30
7.0.20220408 2022-04-08
6.0.20211015 2021-10-15
5.0.20210201 2021-02-03
4.0.20200601 2020-06-01
4.0.20200531 2020-05-31
4.0.20190430 2019-04-30
3.0.20180112 2018-07-10
2.0.20171115 2017-11-15
1.0.20150320 2015-03-20