Package Exports
- revoke-object-url
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 (revoke-object-url) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
revoke-object-url
Normalize URL.revokeObjectURL
, webkitURL.revokeObjectURL
and don't crash older browsers. Safe to use inside a Web Worker.
npm install revoke-object-url
var revokeObjectURL = require('revoke-object-url');
revokeObjectURL(url);