We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82c490 commit c55b353Copy full SHA for c55b353
docs/api/Debug.md
@@ -53,10 +53,10 @@ This flag enables debug statements for the `Websocket` API.
53
> **Note**: statements can overlap with `UNDICI` ones if `undici` or `fetch` flag has been enabled as well.
54
55
```sh
56
-NODE_DEBUG=fetch node script.js
+NODE_DEBUG=websocket node script.js
57
58
WEBSOCKET 18309: connecting to echo.websocket.org using https:h1
59
WEBSOCKET 18309: connected to echo.websocket.org using https:h1
60
WEBSOCKET 18309: sending request to GET https://echo.websocket.org//
61
WEBSOCKET 18309: connection opened <ip_address>
62
-```
+```
0 commit comments