MCPcopy Create free account
hub / github.com/fmhy/edit / arrayBuffer

Method arrayBuffer

api/worker-configuration.d.ts:2514–2514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2512 get body(): ReadableStream
2513 get bodyUsed(): boolean
2514 arrayBuffer(): Promise<ArrayBuffer>
2515 bytes(): Promise<Uint8Array>
2516 text(): Promise<string>
2517 json<T>(): Promise<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected