load
Deserialize zip file asynchronously
Return
Returns promise
Parameters
data
Serialized zip file
options
Options for deserializing
inline suspend fun JSZip.load(data: Uint8Array<*>, options: JSZipLoadOptions? = undefined): JSZip(source)
inline suspend fun JSZip.load(data: ArrayBuffer, options: JSZipLoadOptions? = undefined): JSZip(source)