Skip to content

Commit 875d392

Browse files
authored
Update net.mdx
- TLS is supported.
1 parent 73204d4 commit 875d392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/api/net.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ net.websocket(host: string, protocols: {string}?): (boolean, string | ClientWebS
4040
```
4141
Creates a websocket client.
4242

43-
*TLS is not supported, yet.*
43+
*TLS is supported.*
4444
##### Parameters
4545
- `host: string` - The host to connect to.
4646
- `protocols: {string}?` - The protocols to use.
@@ -222,4 +222,4 @@ export type Response = {
222222
headers : {[string] : string},
223223
body : string,
224224
}
225-
```
225+
```

0 commit comments

Comments
 (0)