MCPcopy Create free account
hub / github.com/hoothin/UserScripts / getBlob

Function getBlob

Picviewer CE+/dist.user.js:13448–13450  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

13446 }
13447
13448 function getBlob(url) {
13449 return blobUrlMap.get(url) || null;
13450 }
13451
13452 function blobToDataURL(blob, cb) {
13453 var a = new FileReader();

Callers 2

downloadImgFunction · 0.70
getBase64FromBlobUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected