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

Method async

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

* Prepare the content in the asked type. * @param type the type of the result. * @param onUpdate a function to call on each internal update. * @return Promise the promise of the result.

(type: T, onUpdate?: OnUpdateCallback)

Source from the content-addressed store, hash-verified

94 * @return Promise the promise of the result.
95 */
96 async<T extends OutputType>(type: T, onUpdate?: OnUpdateCallback): Promise<OutputByType[T]>;
97 nodeStream(type?: 'nodebuffer', onUpdate?: OnUpdateCallback): NodeJS.ReadableStream;
98 }
99

Callers 15

fetch_api.jsFile · 0.80
jszip_utils.jsFile · 0.80
test-utils.jsFile · 0.80
delete.jsFile · 0.80
load.jsFile · 0.80
external.jsFile · 0.80
assertUnixPermissionsFunction · 0.80
assertDosPermissionsFunction · 0.80
testGenerateFunction · 0.80
generate.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected