MCPcopy
hub / github.com/di-sukharev/opencommit / readAsArrayBuffer

Method readAsArrayBuffer

out/cli.cjs:61408–61413  ·  view source on GitHub ↗

* @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer * @param {import('buffer').Blob} blob

(blob)

Source from the content-addressed store, hash-verified

61406 progress: null,
61407 loadstart: null
61408 };
61409 }
61410 /**
61411 * @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer
61412 * @param {import('buffer').Blob} blob
61413 */
61414 readAsArrayBuffer(blob) {
61415 webidl.brandCheck(this, _FileReader);
61416 webidl.argumentLengthCheck(arguments, 1, { header: "FileReader.readAsArrayBuffer" });

Callers

nothing calls this directly

Calls 1

readOperationFunction · 0.85

Tested by

no test coverage detected