minizip-asm.js icon indicating copy to clipboard operation
minizip-asm.js copied to clipboard

Fix examples, and add another.

Open username1565 opened this issue 6 years ago • 2 comments

Modified files: ./example/index.html - fix protocol.

Added files: /example_local/ - download all scripts, which was been included. Fix pathways for this scripts to the local-files. add the folder /example_local/mini_example/ - with mini-examples. Add there two files: test.html and browser_test.html. Add test_text.txt with 123. Add test_text.zip, with test_text.txt, encrypted by password test. Add hex-dump of this file, inside browser_test.html. Now, this can by decrypted there, by password test, and this can be compared.

username1565 avatar Nov 18 '19 03:11 username1565

All this examples may working locally, now, without connection to the Internet.

username1565 avatar Nov 18 '19 03:11 username1565

.zip-archive after pack there small txt-file, still have size 64 KB and this is too large for this zip-archive.

For example, you can generate here example.zip with "Hello World!", inside, and this zip-archive have size 367 bytes only, not 64 KBytes.

I don't know how to and where need to do slice an arraybuffer there, maybe you know.

username1565 avatar Nov 24 '19 00:11 username1565