mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-22 04:54:06 +01:00
323 B
323 B
title, layout, section
| title | layout | section |
|---|---|---|
| new JSZip() or JSZip() | default | api |
Description : Create a new JSZip instance.
Arguments : None
Returns : A new JSZip.
Throws : Nothing.
Example
var zip = new JSZip();
// same as
var zip = JSZip();