loadAsync

fun loadAsync(data: String, options: JSZipLoadOptions? = definedExternally): Promise<JSZip>(source)

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)
fun loadAsync(data: Blob, options: JSZipLoadOptions? = definedExternally): Promise<JSZip>(source)