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

Method bytes

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

Source from the content-addressed store, hash-verified

2513 get bodyUsed(): boolean
2514 arrayBuffer(): Promise<ArrayBuffer>
2515 bytes(): Promise<Uint8Array>
2516 text(): Promise<string>
2517 json<T>(): Promise<T>
2518 blob(): Promise<Blob>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected