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

Method readUint8Array

index-native.cjs:2697–2699  ·  view source on GitHub ↗
(index, length)

Source from the content-addressed store, hash-verified

2695 }
2696
2697 readUint8Array(index, length) {
2698 return readUint8ArrayHttpReader(this, index, length, sendFetchRequest, getFetchRequestData);
2699 }
2700}
2701
2702class XHRReader extends Reader {

Callers

nothing calls this directly

Calls 1

readUint8ArrayHttpReaderFunction · 0.70

Tested by

no test coverage detected