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

Method text

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

Source from the content-addressed store, hash-verified

32 return this._.async("arraybuffer");
33 }
34 async text() {
35 return this._.async("text");
36 }
37 async json() {
38 return JSON.parse(await this.text());
39 }

Callers 7

jsonMethod · 0.95
createNewDeployMethod · 0.45
promptDeployTargetFunction · 0.45
_fetchMethod · 0.45
populateNpmCacheFunction · 0.45
createFunction · 0.45
textFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected