Searched refs:blob (Results 1 – 4 of 4) sorted by relevance
22 saveAs(blob, filename) {27 const url = window.URL.createObjectURL(blob);66 const blob = await fetch(file.blobUrl).then((r) => r.blob()); constant67 traceFolder.file(fileName, blob);
56 const blob = await fetch(file.blobUrl).then((r) => r.blob()); constant57 zip.file(file.filename, blob);
110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() argument112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY); in unwrap()
3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md