process.features.ipv6


稳定性: 0 - 已废弃。此属性始终为真,基于它的任何检查都是多余的。

如果当前 Node.js 构建版本包含对 IPv6 的支持,则布尔值为 true

🌐 A boolean value that is true if the current Node.js build includes support for IPv6.

由于所有 Node.js 构建都支持 IPv6,因此此值始终为 true

🌐 Since all Node.js builds have IPv6 support, this value is always true.