Module websocket

Module websocket 

Source
Expand description

WebSocket monitoring.

This module provides functionality for monitoring WebSocket connections, including frame events for sent and received messages.

Structs§

WebSocket
A WebSocket connection being monitored.
WebSocketFrame
A WebSocket message frame.
WebSocketManager
Manager for WebSocket events on a page.

Type Aliases§

WebSocketEventHandler
Type alias for the WebSocket event handler function.