Searched refs:blob (Results 1 – 8 of 8) sorted by relevance
63 this.blob = new Blob([], { type: contentType })70 this.blob = new Blob([this.blob, array.buffer], { type: this.contentType })71 this.offset = this.blob.size76 await this.payload.readHeader(this.blob)86 await this.payload.readManifest(this.blob)87 await this.payload.readSignature(this.blob)98 return this.blob
76 const blob = await fileQueryResponse.blob();81 const file = new File([blob], attachment.name);
43 const blob = await file.arrayBuffer(); constant44 zip.file(file.name, 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
52 {responseType: 'blob'}
232 const blob = new Blob([buffer]); constant233 const newFile = new File([blob], filetype);
129 {responseType: 'blob'}