MCPcopy
hub / github.com/JakeChampion/fetch / readBlobAsArrayBuffer

Function readBlobAsArrayBuffer

fetch.js:186–191  ·  view source on GitHub ↗
(blob)

Source from the content-addressed store, hash-verified

184}
185
186function readBlobAsArrayBuffer(blob) {
187 var reader = new FileReader()
188 var promise = fileReaderReady(reader)
189 reader.readAsArrayBuffer(blob)
190 return promise
191}
192
193function readBlobAsText(blob) {
194 var reader = new FileReader()

Callers

nothing calls this directly

Calls 1

fileReaderReadyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…