MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / readBlobAsText

Function readBlobAsText

scripts/libs/fetch.js:104–108  ·  view source on GitHub ↗
(blob)

Source from the content-addressed store, hash-verified

102 }
103
104 function readBlobAsText(blob) {
105 var reader = new FileReader()
106 reader.readAsText(blob)
107 return fileReaderReady(reader)
108 }
109
110 var support = {
111 blob: 'FileReader' in self && 'Blob' in self && (function() {

Callers 1

BodyFunction · 0.85

Calls 1

fileReaderReadyFunction · 0.85

Tested by

no test coverage detected