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

Method on

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

* Register a listener on an event

(event: 'data', callback: DataEventCallback<T>)

Source from the content-addressed store, hash-verified

192 * Register a listener on an event
193 */
194 on(event: 'data', callback: DataEventCallback<T>): this;
195 on(event: 'end', callback: EndEventCallback): this;
196 on(event: 'error', callback: ErrorEventCallback): this;
197

Callers 15

data_uri.jsFile · 0.80
blob.jsFile · 0.80
read.jsFile · 0.80
downloader.jsFile · 0.80
checkEntryCRC32Function · 0.80
accumulateFunction · 0.80
StreamHelper.jsFile · 0.80
GenericWorker.jsFile · 0.80
ZipFileWorker.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected