process.features.uv


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

¥Stability: 0 - Deprecated. This property is always true, and any checks based on it are redundant.

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

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

由于无法在没有 libuv 的情况下构建 Node.js,因此此值始终为 true

¥Since it's not possible to build Node.js without libuv, this value is always true.