Commit 4be3c4c
committed
Enhance WebSocket connector documentation and improve code structure
- Updated comments and documentation for BrowserWebSocketConnector, MockWebSocketConnector, NodeWebSocketConnector, and WebSocketConnectorBase to provide clearer usage examples and detailed descriptions of methods and properties.
- Improved the WebSocket connection lifecycle state enumeration for better clarity on state transitions.
- Added comprehensive remarks for configuration options in WebSocketOptions interface.
- Enhanced the WebSocketConnection interface with detailed descriptions for message handling and sending methods.
- Improved overall code readability and maintainability by restructuring comments and examples.1 parent e8609d4 commit 4be3c4c
File tree
16 files changed
+1099
-193
lines changed- docs
- assets
- classes
- enums
- interfaces
- types
- src
16 files changed
+1099
-193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
2 | 22 | | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
6 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
7 | 37 | | |
8 | 38 | | |
9 | 39 | | |
10 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
11 | 51 | | |
12 | 52 | | |
13 | 53 | | |
14 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
15 | 65 | | |
16 | 66 | | |
17 | 67 | | |
18 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
19 | 79 | | |
20 | 80 | | |
21 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
22 | 92 | | |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments