Kind: Function
Source: src/adapter/bun/websocket.ts
Part of: Adapter
Signature
tsfunction createWSContext(ws: BunServerWebSocket<BunWebSocketData>): WSContext
Parameters
| Name | Type |
|---|---|
ws | BunServerWebSocket<BunWebSocketData> |
Returns: WSContext
Kind: Function
Source: src/adapter/bun/websocket.ts
Part of: Adapter
tsfunction createWSContext(ws: BunServerWebSocket<BunWebSocketData>): WSContext
| Name | Type |
|---|---|
ws | BunServerWebSocket<BunWebSocketData> |
Returns: WSContext
Was this page helpful?