jszip icon indicating copy to clipboard operation
jszip copied to clipboard

Getting data from file inside zip hard to find in docs

Open Jamesthe1 opened this issue 4 years ago • 1 comments

The tutorial, How to read a file, does not elaborate further than opening a .zip file. In the ZipObject API, it also vaguely mentions file() and not much else. Instead, a proper example is hidden at the very bottom of How to use JSZip, which makes the other tutorials feel misleading.

Jamesthe1 avatar Jul 19 '21 14:07 Jamesthe1

Fully agree. It's also not mentioned that zip.file("hello.txt") can possibly be null.

bennycode avatar Aug 17 '21 10:08 bennycode