DEP0103:process.binding('util').is[...] 类型检查


🌐 DEP0103: process.binding('util').is[...] typechecks

类型:仅文档(支持 --pending-deprecation

🌐 Type: Documentation-only (supports --pending-deprecation)

一般应避免使用 process.binding()。特别是类型检查方法,可以使用 util.types 来替代。

🌐 Using process.binding() in general should be avoided. The type checking methods in particular can be replaced by using util.types.

此弃用已被 process.binding() API 的弃用所取代 (DEP0111)。

🌐 This deprecation has been superseded by the deprecation of the process.binding() API (DEP0111).