You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api/class-websocket.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# class: WebSocket
2
2
* since: v1.8
3
3
4
-
The [WebSocket] class represents websocket connections in the page.
4
+
The [WebSocket] class represents WebSocket connections within a page. It provides the ability to inspect and manipulate the data being transmitted and received.
5
+
6
+
If you want to intercept or modify WebSocket frames, consider using [WebSocketRoute].
0 commit comments