JS
Zip
API
How to / examples
Performances / limitations
JSZip on Github
{% if page.section and page.fullpage != true %}
{% case page.section %} {% when "main" %}
JSZip users :
Installation
FAQ
Changelog
Upgrade guide
Bug tracker
JSZip developers :
How to contribute
Contributors
{% when "api" %}
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()
{% when "example" %}
How to ...
Use JSZip
Read a file
Write a file
Examples
Read local file
Read remote file
Give the user its zip file
Mini app : downloader
{% endcase %}
{% endif %}
{{page.title}}
{{content}}