JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 270744
  • Score
    100M100P100Q165745F
  • License MIT

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

Package Exports

  • blob-polyfill
  • blob-polyfill/Blob.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (blob-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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