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).