DEP0192:require('node:_tls_common') 和 require('node:_tls_wrap')
¥DEP0192: require('node:_tls_common')
and require('node:_tls_wrap')
类型:仅文档
¥Type: Documentation-only
node:_tls_common
和 node:_tls_wrap
模块已弃用,因为它们应被视为 Node.js 内部实现,而非面向公众的 API,请改用 node:tls
。
¥The node:_tls_common
and node:_tls_wrap
modules are deprecated as they should be considered
an internal nodejs implementation rather than a public facing API, use node:tls
instead.