MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / readBlobAsText

Function readBlobAsText

libraries/p5.js:7682–7687  ·  view source on GitHub ↗
(blob)

Source from the content-addressed store, hash-verified

7680 }
7681
7682 function readBlobAsText(blob) {
7683 var reader = new FileReader()
7684 var promise = fileReaderReady(reader)
7685 reader.readAsText(blob)
7686 return promise
7687 }
7688
7689 function readArrayBufferAsText(buf) {
7690 var view = new Uint8Array(buf)

Callers 1

BodyFunction · 0.85

Calls 1

fileReaderReadyFunction · 0.85

Tested by

no test coverage detected