Skip to content

Commit 0562878

Browse files
save file
1 parent b2c2b44 commit 0562878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-dev/25-10-24/create-download-archive/create-download-archive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
console.log('zip',blob.type,blob.size);
3333

3434
var enc = await encrypt.encrypt.password.blob('helloworld',blob);
35+
console.log('enc',enc.type,enc.size);
3536
var blob = await encrypt.decrypt.password.blob('helloworld',enc);
3637

3738

0 commit comments

Comments
 (0)