MCPcopy
hub / github.com/gildas-lormeau/zip.js / init

Method init

index.cjs:2713–2716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2711 }
2712
2713 async init() {
2714 await initHttpReader(this, sendXMLHttpRequest, getXMLHttpRequestData);
2715 super.init();
2716 }
2717
2718 readUint8Array(index, length) {
2719 return readUint8ArrayHttpReader(this, index, length, sendXMLHttpRequest, getXMLHttpRequestData);

Callers

nothing calls this directly

Calls 2

initHttpReaderFunction · 0.70
initMethod · 0.65

Tested by

no test coverage detected