UNPKG

blobjs

Version:

native Blob interface support (polyfill)

27 lines (18 loc) 488 B
Blob.js ============== Blob.js implements the W3C [`Blob`][1] interface in browsers that do not natively support it. ## Getting Started ### Install with Bower ```shell $ bower install blobjs ``` ### Install with npm ```shell $ npm install blobjs ``` Supported browsers ------------------ Blob.js shares the [same supported browsers as FileSaver.js][2]. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Blob [2]: https://github.com/eligrey/FileSaver.js#supported-browsers