Fired when the websocket closes.
Fired when the websocket receives a frame.
Fired when the websocket sends a frame.
Fired when the websocket has an error.
Indicates that the web socket has been closed.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Fired when the websocket closes.
Fired when the websocket receives a frame.
Fired when the websocket sends a frame.
Fired when the websocket has an error.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Fired when the websocket closes.
Fired when the websocket receives a frame.
Fired when the websocket sends a frame.
Fired when the websocket has an error.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Contains the URL of the WebSocket.
Fired when the websocket receives a frame.
OptionaloptionsOrPredicate: Fired when the websocket sends a frame.
OptionaloptionsOrPredicate: Fired when the websocket has an error.
OptionaloptionsOrPredicate:
The WebSocket class represents WebSocket connections within a page. It provides the ability to inspect and manipulate the data being transmitted and received.
If you want to intercept or modify WebSocket frames, consider using WebSocketRoute.