Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
json
Method · 0.95
createNewDeploy
Method · 0.45
promptDeployTarget
Function · 0.45
_fetch
Method · 0.45
populateNpmCache
Function · 0.45
create
Function · 0.45
text
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected