MCPcopy Create free account
hub / github.com/observablehq/framework / arrayBuffer

Method arrayBuffer

src/client/stdlib/zip.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 return this._.async("blob");
30 }
31 async arrayBuffer() {
32 return this._.async("arraybuffer");
33 }
34 async text() {
35 return this._.async("text");
36 }

Callers 6

populateNpmCacheFunction · 0.45
cacheDuckDBExtensionFunction · 0.45
convertFunction · 0.45
loadFunction · 0.45
insertFileFunction · 0.45
fetchFideDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected