JS
Zip
API
How to / examples
Performances / limitations
JSZip on Github
JSZip
new JSZip() or JSZip()
JSZip#file(name)
JSZip#file(regex)
JSZip#file(name, data [,options])
JSZip#folder(name)
JSZip#folder(regex)
JSZip#forEach(callback)
JSZip#filter(predicate)
JSZip#remove(name)
JSZip#generateAsync(options[, onUpdate])
JSZip#generateNodeStream(options[, onUpdate])
JSZip#generateInternalStream(options)
JSZip#loadAsync(data [, options])
JSZip.loadAsync(data [, options])
JSZip.support
JSZip.external
JSZip.version
ZipObject
ZipObject#async(type[, onUpdate])
ZipObject#nodeStream(type[, onUpdate])
ZipObject#internalStream(type)
StreamHelper
StreamHelper#on(event, callback)
StreamHelper#accumulate( [updateCallback])
StreamHelper#resume()
StreamHelper#pause()
JSZip.version
The version of JSZip as a string.
Since
: v3.1.0
Example
JSZip
.
version
==
"
3.1.0
"
;