loadAsync
Deserialize zip file asynchronously
Return
Returns promise
Parameters
data
Serialized zip file
options
Options for deserializing
fun loadAsync(data: Uint8Array<*>, options: JSZipLoadOptions? = definedExternally): Promise<JSZip>(source)
fun loadAsync(data: ArrayBuffer, options: JSZipLoadOptions? = definedExternally): Promise<JSZip>(source)