MCPcopy Index your code
hub / github.com/blueimp/JavaScript-Load-Image / revokeObjectURL

Function revokeObjectURL

js/load-image.js:35–37  ·  view source on GitHub ↗

* Revokes a given object URL. * * @param {string} url Blob object URL * @returns {undefined|boolean} Returns undefined if API exists, else false.

(url)

Source from the content-addressed store, hash-verified

33 * @returns {undefined|boolean} Returns undefined if API exists, else false.
34 */
35 function revokeObjectURL(url) {
36 return urlAPI ? urlAPI.revokeObjectURL(url) : false
37 }
38
39 /**
40 * Helper function to revoke an object URL

Callers 1

revokeHelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected