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

Method readUint8Array

index.cjs:2701–2703  ·  view source on GitHub ↗
(index, length)

Source from the content-addressed store, hash-verified

2699 }
2700
2701 readUint8Array(index, length) {
2702 return readUint8ArrayHttpReader(this, index, length, sendFetchRequest, getFetchRequestData);
2703 }
2704}
2705
2706class XHRReader extends Reader {

Callers

nothing calls this directly

Calls 1

readUint8ArrayHttpReaderFunction · 0.70

Tested by

no test coverage detected