summaryrefslogtreecommitdiff
path: root/doc/api/worker_threads.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2021-03-25 12:19:30 -0700
committerJames M Snell <jasnell@gmail.com>2021-04-02 06:16:40 -0700
commit0b90d352948393e5f92ceb2ef749c643b1002a68 (patch)
treeaf799b4214eb4d855b6582fadc0f17d2e724ac84 /doc/api/worker_threads.md
parentfb9257f6597f0581592826d236cfc7196afebaca (diff)
downloadnode-new-0b90d352948393e5f92ceb2ef749c643b1002a68.tar.gz
net: add SocketAddress class
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/37917 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index d46be585c9..c038bff774 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -573,6 +573,7 @@ In particular, the significant differences to `JSON` are:
* {KeyObject}s,
* {MessagePort}s,
* {net.BlockList}s,
+ * {net.SocketAddress}es,
* {X509Certificate}s.
```js