Skip to content

Commit 8e8bbe4

Browse files
committed
doc: optimize the doc about Unix abstract socket
1 parent 1263bb6 commit 8e8bbe4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/net.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ const net = require('node:net');
2020

2121
## IPC support
2222

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+
2331
The `node:net` module supports IPC with named pipes on Windows, and Unix domain
2432
sockets on other operating systems.
2533

0 commit comments

Comments
 (0)