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
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.