Skip to content

Commit

Permalink
update table
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Oct 5, 2024
1 parent 299525b commit 0ce198f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ Below is the list of supported features and their compatibility:
- ✅ connection
- ✅ headers
- ✅ listening
- 🚧 error - µWS never throws errors
- 🚧 wsClientError - µWS never throws errors
- error - µWS never throws errors
- wsClientError - µWS never throws errors

#### Server properties

Expand All @@ -264,7 +264,7 @@ This category only describes server clients. Client-side (`new ws.WebSocket()`)
- ✅ pong
- ✅ dropped - this event only exists in Ultimate WS for handling dropped messages
- ✅ drain - this event only exists in Ultimate WS for handling backpressure draining
- 🚧 error - µWS never throws errors
- error - µWS never throws errors

#### Client properties

Expand All @@ -275,7 +275,7 @@ This category only describes server clients. Client-side (`new ws.WebSocket()`)
- ✅ client.isPaused
- ✅ client.extensions
- ✅ client.onclose
- 🚧 client.onerror
- client.onerror
- ✅ client.onmessage
- ✅ client.onopen
- ✅ client.pause()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-ws",
"version": "1.0.7",
"version": "1.0.8",
"description": "The Ultimate WebSocket server. ws-compatible server, based on uWebSockets.",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 0ce198f

Please sign in to comment.