MCPcopy Index your code
hub / github.com/react/create-react-app / readBlobAsText

Function readBlobAsText

packages/react-error-overlay/fixtures/bundle.mjs:40920–40925  ·  view source on GitHub ↗
(blob)

Source from the content-addressed store, hash-verified

40918 }
40919
40920 function readBlobAsText(blob) {
40921 var reader = new FileReader()
40922 var promise = fileReaderReady(reader)
40923 reader.readAsText(blob)
40924 return promise
40925 }
40926
40927 function readArrayBufferAsText(buf) {
40928 var view = new Uint8Array(buf)

Callers 1

BodyFunction · 0.70

Calls 1

fileReaderReadyFunction · 0.70

Tested by

no test coverage detected