MCPcopy Create free account
hub / github.com/Stuk/jszip / loadAsync

Method loadAsync

index.d.ts:324–324  ·  view source on GitHub ↗

* Deserialize zip file asynchronously * * @param data Serialized zip file * @param options Options for deserializing * @return Returns promise

(data: InputFileFormat, options?: JSZip.JSZipLoadOptions)

Source from the content-addressed store, hash-verified

322 * @return Returns promise
323 */
324 loadAsync(data: InputFileFormat, options?: JSZip.JSZipLoadOptions): Promise<JSZip>;
325
326 /**
327 * Create JSZip instance

Callers 12

handleFileFunction · 0.80
index.jsFile · 0.80
test-utils.jsFile · 0.80
load.jsFile · 0.80
external.jsFile · 0.80
assertUnixPermissionsFunction · 0.80
assertDosPermissionsFunction · 0.80
testLazyDecompressionFunction · 0.80
unicode.jsFile · 0.80
stream.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected