1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 10:09:16 +02:00

Tidy up README

This commit is contained in:
codedread 2020-03-14 10:45:30 -07:00
parent 1b70e58474
commit c1f0b6bc2a

View file

@ -39,8 +39,6 @@ function receiveOneFile(e) {
function displayZipContents() {
// Now sort your received files and show them or whatever...
}
function
```
The unarchivers also support streaming, if you are receiving the zipped file from a slow place (a Cloud API, for instance). For example: