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

Method readable

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

Source from the content-addressed store, hash-verified

3770}
3771interface Socket {
3772 get readable(): ReadableStream
3773 get writable(): WritableStream
3774 get closed(): Promise<void>
3775 get opened(): Promise<SocketInfo>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected