DEP0111:process.binding()
版本历史
| 版本 | 变更 |
|---|---|
| v11.12.0 | 添加了对 |
| v10.9.0 | 仅文档弃用。 |
类型:仅文档(支持 --pending-deprecation)
\Type: Documentation-only (supports --pending-deprecation)
process.binding() 仅供 Node.js 内部代码使用。
\process.binding() is for use by Node.js internal code only.
虽然 process.binding() 通常尚未达到生命周期结束状态,但当 权限模型 启用时,它不可用。
\While process.binding() has not reached End-of-Life status in general, it is
unavailable when the permission model is enabled.