blob-polyfill

7.0.20220408 • Public • Published

Blob Polyfill

npm npm

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i blob-polyfill

    Weekly Downloads

    130,449

    Version

    7.0.20220408

    License

    MIT

    Unpacked Size

    26 kB

    Total Files

    6

    Last publish

    Collaborators

    • bjornstar