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

Method readAsBinaryString

out/cli.cjs:61418–61423  ·  view source on GitHub ↗

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

(blob)

Source from the content-addressed store, hash-verified

61416 webidl.argumentLengthCheck(arguments, 1, { header: "FileReader.readAsArrayBuffer" });
61417 blob = webidl.converters.Blob(blob, { strict: false });
61418 readOperation(this, blob, "ArrayBuffer");
61419 }
61420 /**
61421 * @see https://w3c.github.io/FileAPI/#readAsBinaryString
61422 * @param {import('buffer').Blob} blob
61423 */
61424 readAsBinaryString(blob) {
61425 webidl.brandCheck(this, _FileReader);
61426 webidl.argumentLengthCheck(arguments, 1, { header: "FileReader.readAsBinaryString" });

Callers

nothing calls this directly

Calls 1

readOperationFunction · 0.85

Tested by

no test coverage detected