Package Exports
- w3c-blob
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 (w3c-blob) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
w3c-blob
export a node or browserify compatible w3c blob interface.
polyfills old versions that rely on BlobBuilder
.
var Blob = require('w3c-blob')
var blob = new Blob([parts], {type: 'text/plain'})
api
license
MIT