MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / arrayBuffer

Method arrayBuffer

examples/io/tcp/fetch/fetch.js:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 return this.#url;
59 }
60 async arrayBuffer() {
61 let body = this.#body;
62 if (body) {
63 this.#body = undefined;
64 body = await body;
65 }
66 return body;
67 }
68 async json() {
69 let body = this.#body;
70 if (body) {

Callers 2

main.jsFile · 0.45
main.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected