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

Method webSocketMessage

api/worker-configuration.d.ts:614–614  ·  view source on GitHub ↗
(
    ws: WebSocket,
    message: string | ArrayBuffer
  )

Source from the content-addressed store, hash-verified

612 connect?(socket: Socket): void | Promise<void>
613 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>
614 webSocketMessage?(
615 ws: WebSocket,
616 message: string | ArrayBuffer
617 ): void | Promise<void>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected