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

Method arrayBuffer

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

* Retrieves the content of the entry as an `ArrayBuffer` instance * * @param options The options. * @returns A promise resolving to an `ArrayBuffer` instance.

(options?: EntryGetDataOptions)

Source from the content-addressed store, hash-verified

1128 * @returns A promise resolving to an `ArrayBuffer` instance.
1129 */
1130 arrayBuffer(options?: EntryGetDataOptions): Promise<ArrayBuffer>;
1131}
1132
1133/**

Callers 15

readUint8ArrayMethod · 0.80
initHttpReaderFunction · 0.80
readUint8ArrayHttpReaderFunction · 0.80
getRequestDataFunction · 0.80
getEntriesGeneratorMethod · 0.80
getArrayBufferMethod · 0.80
readUint8ArrayMethod · 0.80
initHttpReaderFunction · 0.80
readUint8ArrayHttpReaderFunction · 0.80
getRequestDataFunction · 0.80
getEntriesGeneratorMethod · 0.80
initModuleFunction · 0.80

Calls

no outgoing calls

Tested by 2

testFunction · 0.64
testFunction · 0.64