Searched defs:blob (Results 1 – 3 of 3) sorted by relevance
66 const blob = await fetch(file.blobUrl).then((r) => r.blob()); constant
56 const blob = await fetch(file.blobUrl).then((r) => r.blob()); constant
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap()