Fix examples, and add another.
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.
All this examples may working locally, now, without connection to the Internet.
.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.