We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1263bb6 commit 8e8bbe4Copy full SHA for 8e8bbe4
doc/api/net.md
@@ -20,6 +20,14 @@ const net = require('node:net');
20
21
## IPC support
22
23
+<!-- YAML
24
+changes:
25
+ - version: v20.8.0
26
+ pr-url: https://github.com/nodejs/node/pull/49667
27
+ description: Support binding to abstract Unix domain socket path like `\0abstract`.
28
+ We can bind '\0' for Node.js `< v20.4.0`.
29
+-->
30
+
31
The `node:net` module supports IPC with named pipes on Windows, and Unix domain
32
sockets on other operating systems.
33
0 commit comments