Types

@system-inc/base-foundation · 515c140 · 1 symbols

NodeWebSocket is the WebSocket implementation that is used on the Node platform. It lives in the node subtree (not the shared WebSocketTypes) because importing ws pulls in @types/ws@types/node, which would leak Node globals into worker-path code.

NodeWebSocket: WsWebSocket

View source ↗