Searched refs:fileBlob (Results 1 – 1 of 1) sorted by relevance
78 const fileBlob = await file.async('blob'); constant79 const unzippedFile = new File([fileBlob], filename);92 const fileBlob = await new Response(decompressedStream).blob(); constant94 [fileBlob],