- assert断言
- async_hooks异步钩子
- buffer缓冲区
- C++插件
- C/C++插件(使用Node-API)
- C++嵌入器
- child_process子进程
- cluster集群
- CLI命令行
- console控制台
- Corepack核心包
- crypto加密
- debugger调试器
- deprecation弃用
- dgram数据报
- diagnostics_channel诊断通道
- dns域名服务器
- domain域
- Error错误
- events事件触发器
- fs文件系统
- global全局变量
- http超文本传输协议
- http2超文本传输协议2.0
- https安全超文本传输协议
- inspector检查器
- Intl国际化
- module模块
- module/cjsCommonJS模块
- module/esmECMAScript模块
- module/package包模块
- net网络
- os操作系统
- path路径
- perf_hooks性能钩子
- policy安全策略
- process进程
- punycode域名代码
- querystring查询字符串
- readline逐行读取
- repl交互式解释器
- report诊断报告
- stream流
- string_decoder字符串解码器
- timers定时器
- tls安全传输层
- trace_events跟踪事件
- tty终端
- url网址
- util实用工具
- v8引擎
- vm虚拟机
- wasi网络汇编系统接口
- worker_threads工作线程
- zlib压缩
Node.js v14.20.0 文档
- Node.js 14.20.0
-
►
目录
- deprecation 弃用
- 撤销的弃用
- 弃用的 API 列表
- DEP0001:
http.OutgoingMessage.prototype.flush
- DEP0002:
require('_linklist')
- DEP0003:
_writableState.buffer
- DEP0004:
CryptoStream.prototype.readyState
- DEP0005:
Buffer()
constructor - DEP0006:
child_process
options.customFds
- DEP0007: Replace
cluster
worker.suicide
withworker.exitedAfterDisconnect
- DEP0008:
require('constants')
- DEP0009:
crypto.pbkdf2
without digest - DEP0010:
crypto.createCredentials
- DEP0011:
crypto.Credentials
- DEP0012:
Domain.dispose
- DEP0013:
fs
asynchronous function without callback - DEP0014:
fs.read
legacy String interface - DEP0015:
fs.readSync
legacy String interface - DEP0016:
GLOBAL
/root
- DEP0017:
Intl.v8BreakIterator
- DEP0018: Unhandled promise rejections
- DEP0019:
require('.')
resolved outside directory - DEP0020:
Server.connections
- DEP0021:
Server.listenFD
- DEP0022:
os.tmpDir()
- DEP0023:
os.getNetworkInterfaces()
- DEP0024:
REPLServer.prototype.convertToContext()
- DEP0025:
require('sys')
- DEP0026:
util.print()
- DEP0027:
util.puts()
- DEP0028:
util.debug()
- DEP0029:
util.error()
- DEP0030:
SlowBuffer
- DEP0031:
ecdh.setPublicKey()
- DEP0032:
domain
module - DEP0033:
EventEmitter.listenerCount()
- DEP0034:
fs.exists(path, callback)
- DEP0035:
fs.lchmod(path, mode, callback)
- DEP0036:
fs.lchmodSync(path, mode)
- DEP0037:
fs.lchown(path, uid, gid, callback)
- DEP0038:
fs.lchownSync(path, uid, gid)
- DEP0039:
require.extensions
- DEP0040:
punycode
module - DEP0041:
NODE_REPL_HISTORY_FILE
environment variable - DEP0042:
tls.CryptoStream
- DEP0043:
tls.SecurePair
- DEP0044:
util.isArray()
- DEP0045:
util.isBoolean()
- DEP0046:
util.isBuffer()
- DEP0047:
util.isDate()
- DEP0048:
util.isError()
- DEP0049:
util.isFunction()
- DEP0050:
util.isNull()
- DEP0051:
util.isNullOrUndefined()
- DEP0052:
util.isNumber()
- DEP0053:
util.isObject()
- DEP0054:
util.isPrimitive()
- DEP0055:
util.isRegExp()
- DEP0056:
util.isString()
- DEP0057:
util.isSymbol()
- DEP0058:
util.isUndefined()
- DEP0059:
util.log()
- DEP0060:
util._extend()
- DEP0061:
fs.SyncWriteStream
- DEP0062:
node --debug
- DEP0063:
ServerResponse.prototype.writeHeader()
- DEP0064:
tls.createSecurePair()
- DEP0065:
repl.REPL_MODE_MAGIC
andNODE_REPL_MODE=magic
- DEP0066:
OutgoingMessage.prototype._headers, OutgoingMessage.prototype._headerNames
- DEP0067:
OutgoingMessage.prototype._renderHeaders
- DEP0068:
node debug
- DEP0069:
vm.runInDebugContext(string)
- DEP0070:
async_hooks.currentId()
- DEP0071:
async_hooks.triggerId()
- DEP0072:
async_hooks.AsyncResource.triggerId()
- DEP0073: Several internal properties of
net.Server
- DEP0074:
REPLServer.bufferedCommand
- DEP0075:
REPLServer.parseREPLKeyword()
- DEP0076:
tls.parseCertString()
- DEP0077:
Module._debug()
- DEP0078:
REPLServer.turnOffEditorMode()
- DEP0079: Custom inspection function on objects via
.inspect()
- DEP0080:
path._makeLong()
- DEP0081:
fs.truncate()
using a file descriptor - DEP0082:
REPLServer.prototype.memory()
- DEP0083: Disabling ECDH by setting
ecdhCurve
tofalse
- DEP0084: requiring bundled internal dependencies
- DEP0085: AsyncHooks sensitive API
- DEP0086: Remove
runInAsyncIdScope
- DEP0089:
require('assert')
- DEP0090: Invalid GCM authentication tag lengths
- DEP0091:
crypto.DEFAULT_ENCODING
- DEP0092: Top-level
this
bound tomodule.exports
- DEP0093:
crypto.fips
is deprecated and replaced - DEP0094: Using
assert.fail()
with more than one argument - DEP0095:
timers.enroll()
- DEP0096:
timers.unenroll()
- DEP0097:
MakeCallback
withdomain
property - DEP0098: AsyncHooks embedder
AsyncResource.emitBefore
andAsyncResource.emitAfter
APIs - DEP0099: Async context-unaware
node::MakeCallback
C++ APIs - DEP0100:
process.assert()
- DEP0101:
--with-lttng
- DEP0102: Using
noAssert
inBuffer#(read|write)
operations - DEP0103:
process.binding('util').is[...]
typechecks - DEP0104:
process.env
string coercion - DEP0105:
decipher.finaltol
- DEP0106:
crypto.createCipher
andcrypto.createDecipher
- DEP0107:
tls.convertNPNProtocols()
- DEP0108:
zlib.bytesRead
- DEP0109:
http
,https
, andtls
support for invalid URLs - DEP0110:
vm.Script
cached data - DEP0111:
process.binding()
- DEP0112:
dgram
private APIs - DEP0113:
Cipher.setAuthTag()
,Decipher.getAuthTag()
- DEP0114:
crypto._toBuf()
- DEP0115:
crypto.prng()
,crypto.pseudoRandomBytes()
,crypto.rng()
- DEP0116: Legacy URL API
- DEP0117: Native crypto handles
- DEP0118:
dns.lookup()
support for a falsy host name - DEP0119:
process.binding('uv').errname()
private API - DEP0120: Windows Performance Counter support
- DEP0121:
net._setSimultaneousAccepts()
- DEP0122:
tls
Server.prototype.setOptions()
- DEP0123: setting the TLS ServerName to an IP address
- DEP0124: using
REPLServer.rli
- DEP0125:
require('_stream_wrap')
- DEP0126:
timers.active()
- DEP0127:
timers._unrefActive()
- DEP0128: modules with an invalid
main
entry and anindex.js
file - DEP0129:
ChildProcess._channel
- DEP0130:
Module.createRequireFromPath()
- DEP0131: Legacy HTTP parser
- DEP0132:
worker.terminate()
with callback - DEP0133:
http
connection
- DEP0134:
process._tickCallback
- DEP0135:
WriteStream.open()
andReadStream.open()
are internal - DEP0136:
http
finished
- DEP0137: Closing fs.FileHandle on garbage collection
- DEP0138:
process.mainModule
- DEP0139:
process.umask()
with no arguments - DEP0140: Use
request.destroy()
instead ofrequest.abort()
- DEP0141:
repl.inputStream
andrepl.outputStream
- DEP0142:
repl._builtinLibs
- DEP0143:
Transform._transformState
- DEP0144:
module.parent
- DEP0145:
socket.bufferSize
- DEP0146:
new crypto.Certificate()
- DEP0147:
fs.rmdir(path, { recursive: true })
- DEP0151: Main index lookup and extension searching
- DEP0001:
- deprecation 弃用
-
►
索引
- assert 断言
- async_hooks 异步钩子
- buffer 缓冲区
- C++插件
- C/C++插件(使用Node-API)
- C++嵌入器
- child_process 子进程
- cluster 集群
- CLI 命令行
- console 控制台
- Corepack 核心包
- crypto 加密
- debugger 调试器
- deprecation 弃用
- dgram 数据报
- diagnostics_channel 诊断通道
- dns 域名服务器
- domain 域
- Error 错误
- events 事件触发器
- fs 文件系统
- global 全局变量
- http 超文本传输协议
- http2 超文本传输协议2.0
- https 安全超文本传输协议
- inspector 检查器
- Intl 国际化
- module 模块
- module/cjs CommonJS模块
- module/esm ECMAScript模块
- module/package 包模块
- net 网络
- os 操作系统
- path 路径
- perf_hooks 性能钩子
- policy 安全策略
- process 进程
- punycode 域名代码
- querystring 查询字符串
- readline 逐行读取
- repl 交互式解释器
- report 诊断报告
- stream 流
- string_decoder 字符串解码器
- timers 定时器
- tls 安全传输层
- trace_events 跟踪事件
- tty 终端
- url 网址
- util 实用工具
- v8 引擎
- vm 虚拟机
- wasi 网络汇编系统接口
- worker_threads 工作线程
- zlib 压缩
- ► 其他版本
- 文档搜索
- 会员登录
目录
- deprecation 弃用
- 撤销的弃用
- 弃用的 API 列表
- DEP0001:
http.OutgoingMessage.prototype.flush
- DEP0002:
require('_linklist')
- DEP0003:
_writableState.buffer
- DEP0004:
CryptoStream.prototype.readyState
- DEP0005: Buffer() 构造函数
- DEP0006:
child_process
options.customFds
- DEP0007: 使用 worker.exitedAfterDisconnect 替换集群的 worker.suicide
- DEP0008:
require('constants')
- DEP0009: 没有摘要的 crypto.pbkdf2
- DEP0010:
crypto.createCredentials
- DEP0011:
crypto.Credentials
- DEP0012:
Domain.dispose
- DEP0013: 没有回调的 fs 异步函数
- DEP0014: fs.read 旧版的字符串接口
- DEP0015: fs.readSync 旧版的字符串接口
- DEP0016:
GLOBAL
/root
- DEP0017:
Intl.v8BreakIterator
- DEP0018: 未处理的 promise 拒绝
- DEP0019: require('.') 在目录外解析
- DEP0020:
Server.connections
- DEP0021:
Server.listenFD
- DEP0022:
os.tmpDir()
- DEP0023:
os.getNetworkInterfaces()
- DEP0024:
REPLServer.prototype.convertToContext()
- DEP0025:
require('sys')
- DEP0026:
util.print()
- DEP0027:
util.puts()
- DEP0028:
util.debug()
- DEP0029:
util.error()
- DEP0030:
SlowBuffer
- DEP0031:
ecdh.setPublicKey()
- DEP0032: domain 模块
- DEP0033:
EventEmitter.listenerCount()
- DEP0034:
fs.exists(path, callback)
- DEP0035:
fs.lchmod(path, mode, callback)
- DEP0036:
fs.lchmodSync(path, mode)
- DEP0037:
fs.lchown(path, uid, gid, callback)
- DEP0038:
fs.lchownSync(path, uid, gid)
- DEP0039:
require.extensions
- DEP0040: punycode 模块
- DEP0041: NODE_REPL_HISTORY_FILE 环境变量
- DEP0042:
tls.CryptoStream
- DEP0043:
tls.SecurePair
- DEP0044:
util.isArray()
- DEP0045:
util.isBoolean()
- DEP0046:
util.isBuffer()
- DEP0047:
util.isDate()
- DEP0048:
util.isError()
- DEP0049:
util.isFunction()
- DEP0050:
util.isNull()
- DEP0051:
util.isNullOrUndefined()
- DEP0052:
util.isNumber()
- DEP0053:
util.isObject()
- DEP0054:
util.isPrimitive()
- DEP0055:
util.isRegExp()
- DEP0056:
util.isString()
- DEP0057:
util.isSymbol()
- DEP0058:
util.isUndefined()
- DEP0059:
util.log()
- DEP0060:
util._extend()
- DEP0061:
fs.SyncWriteStream
- DEP0062:
node --debug
- DEP0063:
ServerResponse.prototype.writeHeader()
- DEP0064:
tls.createSecurePair()
- DEP0065: repl.REPL_MODE_MAGIC 和 NODE_REPL_MODE=magic
- DEP0066:
OutgoingMessage.prototype._headers, OutgoingMessage.prototype._headerNames
- DEP0067:
OutgoingMessage.prototype._renderHeaders
- DEP0068:
node debug
- DEP0069:
vm.runInDebugContext(string)
- DEP0070:
async_hooks.currentId()
- DEP0071:
async_hooks.triggerId()
- DEP0072:
async_hooks.AsyncResource.triggerId()
- DEP0073: net.Server 的几个内部属性
- DEP0074:
REPLServer.bufferedCommand
- DEP0075:
REPLServer.parseREPLKeyword()
- DEP0076:
tls.parseCertString()
- DEP0077:
Module._debug()
- DEP0078:
REPLServer.turnOffEditorMode()
- DEP0079: 通过 .inspect() 对对象进行自定义检查函数
- DEP0080:
path._makeLong()
- DEP0081: 使用文件描述符的 fs.truncate()
- DEP0082:
REPLServer.prototype.memory()
- DEP0083: 通过将 ecdhCurve 设置为 false 来禁用 ECDH
- DEP0084: 需要捆绑的内部依赖项
- DEP0085: AsyncHooks 的敏感 API
- DEP0086: 删除 runInAsyncIdScope
- DEP0089:
require('assert')
- DEP0090: 无效的 GCM 身份验证标签长度
- DEP0091:
crypto.DEFAULT_ENCODING
- DEP0092: 顶层 this 绑定到 module.exports
- DEP0093: crypto.fips 已弃用和替换
- DEP0094: 使用带有多个参数的 assert.fail()
- DEP0095:
timers.enroll()
- DEP0096:
timers.unenroll()
- DEP0097: 具有域属性的 MakeCallback
- DEP0098: AsyncHooks 嵌入器 AsyncResource.emitBefore 和 AsyncResource.emitAfter API
- DEP0099: 异步上下文不感知的 node::MakeCallback C++ API
- DEP0100:
process.assert()
- DEP0101:
--with-lttng
- DEP0102: 在 Buffer#(read|write) 操作中使用 noAssert
- DEP0103: process.binding('util').is[...] 类型检查
- DEP0104: process.env 字符串强制转换
- DEP0105:
decipher.finaltol
- DEP0106: crypto.createCipher 和 crypto.createDecipher
- DEP0107:
tls.convertNPNProtocols()
- DEP0108:
zlib.bytesRead
- DEP0109: 无效 URL 的 http、https 和 tls 支持
- DEP0110: vm.Script 缓存的数据
- DEP0111:
process.binding()
- DEP0112: dgram 私有的 API
- DEP0113:
Cipher.setAuthTag()
,Decipher.getAuthTag()
- DEP0114:
crypto._toBuf()
- DEP0115:
crypto.prng()
,crypto.pseudoRandomBytes()
,crypto.rng()
- DEP0116: 旧版的 URL API
- DEP0117: 原生加密句柄
- DEP0118: dns.lookup() 支持虚假的主机名
- DEP0119: process.binding('uv').errname() 私有的 API
- DEP0120: Windows 性能计数器支持
- DEP0121:
net._setSimultaneousAccepts()
- DEP0122:
tls
Server.prototype.setOptions()
- DEP0123: 将 TLS ServerName 设置为 IP 地址
- DEP0124: 使用 REPLServer.rli
- DEP0125:
require('_stream_wrap')
- DEP0126:
timers.active()
- DEP0127:
timers._unrefActive()
- DEP0128: 具有无效主条目和 index.js 文件的模块
- DEP0129:
ChildProcess._channel
- DEP0130:
Module.createRequireFromPath()
- DEP0131: 旧版的 HTTP 解析器
- DEP0132: 使用回调的 worker.terminate()
- DEP0133:
http
connection
- DEP0134:
process._tickCallback
- DEP0135: WriteStream.open() 和 ReadStream.open() 是内部的
- DEP0136:
http
finished
- DEP0137: 在垃圾回收时关闭 fs.FileHandle
- DEP0138:
process.mainModule
- DEP0139: 不使用参数的 process.umask()
- DEP0140: 使用 request.destroy() 代替 request.abort()
- DEP0141: repl.inputStream 和 repl.outputStream
- DEP0142:
repl._builtinLibs
- DEP0143:
Transform._transformState
- DEP0144:
module.parent
- DEP0145:
socket.bufferSize
- DEP0146:
new crypto.Certificate()
- DEP0147:
fs.rmdir(path, { recursive: true })
- DEP0151: 主索引查找和扩展搜索
- DEP0001:
deprecation 弃用#
Node.js API 可能由于以下任何原因而被弃用:
撤销的弃用#
有时,API 的弃用可能会被逆转。 在这种情况下,本文件将更新与决定相关的信息。 但是,弃用标识符不会被修改。
弃用的 API 列表#
DEP0001: http.OutgoingMessage.prototype.flush
#
类型: 生命结束
DEP0002: require('_linklist')
#
类型: 生命结束
DEP0003: _writableState.buffer
#
类型: 生命结束
DEP0004: CryptoStream.prototype.readyState
#
类型: 生命结束
DEP0005: Buffer() 构造函数#
类型: 运行时(支持 --pending-deprecation
)
DEP0006: child_process
options.customFds
#
类型: 生命结束
DEP0007: 使用 worker.exitedAfterDisconnect 替换集群的 worker.suicide#
类型: 生命结束
DEP0008: require('constants')
#
类型: 仅文档
DEP0009: 没有摘要的 crypto.pbkdf2#
类型: 生命结束
DEP0010: crypto.createCredentials
#
类型: 生命结束
DEP0011: crypto.Credentials
#
类型: 生命结束
DEP0012: Domain.dispose
#
类型: 生命结束
DEP0013: 没有回调的 fs 异步函数#
类型: 生命结束
DEP0014: fs.read 旧版的字符串接口#
类型: 生命结束
DEP0015: fs.readSync 旧版的字符串接口#
类型: 生命结束
DEP0016: GLOBAL
/root
#
类型: 生命结束
DEP0017: Intl.v8BreakIterator
#
类型: 生命结束
DEP0018: 未处理的 promise 拒绝#
类型: 运行时
DEP0019: require('.') 在目录外解析#
类型: 生命结束
DEP0020: Server.connections
#
类型: 运行时
DEP0021: Server.listenFD
#
类型: 生命结束
DEP0022: os.tmpDir()
#
类型: 生命结束
DEP0023: os.getNetworkInterfaces()
#
类型: 生命结束
DEP0024: REPLServer.prototype.convertToContext()
#
类型: 生命结束
DEP0025: require('sys')
#
类型: 运行时
DEP0026: util.print()
#
类型: 生命结束
DEP0027: util.puts()
#
类型: 生命结束
DEP0028: util.debug()
#
类型: 生命结束
DEP0029: util.error()
#
类型: 生命结束
DEP0030: SlowBuffer
#
类型: 仅文档
DEP0031: ecdh.setPublicKey()
#
类型: 仅文档
DEP0032: domain 模块#
类型: 仅文档
DEP0033: EventEmitter.listenerCount()
#
类型: 仅文档
DEP0034: fs.exists(path, callback)
#
类型: 仅文档
DEP0035: fs.lchmod(path, mode, callback)
#
类型: 仅文档
DEP0036: fs.lchmodSync(path, mode)
#
类型: 仅文档
DEP0037: fs.lchown(path, uid, gid, callback)
#
类型: 弃用已撤销
DEP0038: fs.lchownSync(path, uid, gid)
#
类型: 弃用已撤销
DEP0039: require.extensions
#
类型: 仅文档
DEP0040: punycode 模块#
类型: 仅文档
DEP0041: NODE_REPL_HISTORY_FILE 环境变量#
类型: 生命结束
DEP0042: tls.CryptoStream
#
类型: 生命结束
DEP0043: tls.SecurePair
#
类型: 仅文档
DEP0044: util.isArray()
#
类型: 仅文档
DEP0045: util.isBoolean()
#
类型: 仅文档
DEP0046: util.isBuffer()
#
类型: 仅文档
DEP0047: util.isDate()
#
类型: 仅文档
DEP0048: util.isError()
#
类型: 仅文档
DEP0049: util.isFunction()
#
类型: 仅文档
DEP0050: util.isNull()
#
类型: 仅文档
DEP0051: util.isNullOrUndefined()
#
类型: 仅文档
DEP0052: util.isNumber()
#
类型: 仅文档
DEP0053: util.isObject()
#
类型: 仅文档
DEP0054: util.isPrimitive()
#
类型: 仅文档
DEP0055: util.isRegExp()
#
类型: 仅文档
DEP0056: util.isString()
#
类型: 仅文档
DEP0057: util.isSymbol()
#
类型: 仅文档
DEP0058: util.isUndefined()
#
类型: 仅文档
DEP0059: util.log()
#
类型: 仅文档
DEP0060: util._extend()
#
类型: 仅文档
DEP0061: fs.SyncWriteStream
#
类型: 生命结束
DEP0062: node --debug
#
类型: 生命结束
DEP0063: ServerResponse.prototype.writeHeader()
#
类型: 仅文档
DEP0064: tls.createSecurePair()
#
类型: 运行时
DEP0065: repl.REPL_MODE_MAGIC 和 NODE_REPL_MODE=magic#
类型: 生命结束
DEP0066: OutgoingMessage.prototype._headers, OutgoingMessage.prototype._headerNames
#
类型: 运行时
DEP0067: OutgoingMessage.prototype._renderHeaders
#
类型: 仅文档
DEP0068: node debug
#
类型: 运行时
DEP0069: vm.runInDebugContext(string)
#
类型: 生命结束
DEP0070: async_hooks.currentId()
#
类型: 生命结束
DEP0071: async_hooks.triggerId()
#
类型: 生命结束
DEP0072: async_hooks.AsyncResource.triggerId()
#
类型: 生命结束
DEP0073: net.Server 的几个内部属性#
类型: 生命结束
DEP0074: REPLServer.bufferedCommand
#
类型: 运行时
DEP0075: REPLServer.parseREPLKeyword()
#
类型: 运行时
DEP0076: tls.parseCertString()
#
类型: 运行时
DEP0077: Module._debug()
#
类型: 运行时
DEP0078: REPLServer.turnOffEditorMode()
#
类型: 运行时
DEP0079: 通过 .inspect() 对对象进行自定义检查函数#
类型: 生命结束
DEP0080: path._makeLong()
#
类型: 仅文档
DEP0081: 使用文件描述符的 fs.truncate()#
类型: 运行时
DEP0082: REPLServer.prototype.memory()
#
类型: 运行时
DEP0083: 通过将 ecdhCurve 设置为 false 来禁用 ECDH#
类型: 生命结束。
DEP0084: 需要捆绑的内部依赖项#
类型: 生命结束
DEP0085: AsyncHooks 的敏感 API#
类型: 生命结束
DEP0086: 删除 runInAsyncIdScope#
类型: 生命结束
DEP0089: require('assert')
#
类型: 弃用已撤销
DEP0090: 无效的 GCM 身份验证标签长度#
类型: 生命结束
DEP0091: crypto.DEFAULT_ENCODING
#
类型: 运行时
DEP0092: 顶层 this 绑定到 module.exports#
类型: 仅文档
DEP0093: crypto.fips 已弃用和替换#
类型: 仅文档
DEP0094: 使用带有多个参数的 assert.fail()#
类型: 运行时
DEP0095: timers.enroll()
#
类型: 运行时
DEP0096: timers.unenroll()
#
类型: 运行时
DEP0097: 具有域属性的 MakeCallback#
类型: 运行时
DEP0098: AsyncHooks 嵌入器 AsyncResource.emitBefore 和 AsyncResource.emitAfter API#
类型: 生命结束
DEP0099: 异步上下文不感知的 node::MakeCallback C++ API#
类型: 编译时
DEP0100: process.assert()
#
类型: 运行时
DEP0101: --with-lttng
#
类型: 生命结束
DEP0102: 在 Buffer#(read|write) 操作中使用 noAssert#
类型: 生命结束
DEP0103: process.binding('util').is[...] 类型检查#
类型: 仅文档(支持 --pending-deprecation
)
DEP0104: process.env 字符串强制转换#
类型: 仅文档(支持 --pending-deprecation
)
DEP0105: decipher.finaltol
#
类型: 生命结束
DEP0106: crypto.createCipher 和 crypto.createDecipher#
类型: 运行时
DEP0107: tls.convertNPNProtocols()
#
类型: 生命结束
DEP0108: zlib.bytesRead
#
类型: 运行时
DEP0109: 无效 URL 的 http、https 和 tls 支持#
类型: 运行时
DEP0110: vm.Script 缓存的数据#
类型: 仅文档
DEP0111: process.binding()
#
类型: 仅文档(支持 --pending-deprecation
)
DEP0112: dgram 私有的 API#
类型: 运行时
DEP0113: Cipher.setAuthTag()
, Decipher.getAuthTag()
#
类型: 生命结束
DEP0114: crypto._toBuf()
#
类型: 生命结束
DEP0115: crypto.prng()
, crypto.pseudoRandomBytes()
, crypto.rng()
#
类型: 仅文档(支持 --pending-deprecation
)
DEP0116: 旧版的 URL API#
类型: 弃用已撤销
DEP0117: 原生加密句柄#
类型: 生命结束
DEP0118: dns.lookup() 支持虚假的主机名#
类型: 运行时
DEP0119: process.binding('uv').errname() 私有的 API#
类型: 仅文档(支持 --pending-deprecation
)
DEP0120: Windows 性能计数器支持#
类型: 生命结束
DEP0121: net._setSimultaneousAccepts()
#
类型: 运行时
DEP0122: tls
Server.prototype.setOptions()
#
类型: 运行时
DEP0123: 将 TLS ServerName 设置为 IP 地址#
类型: 运行时
DEP0124: 使用 REPLServer.rli#
类型: 运行时
DEP0125: require('_stream_wrap')
#
类型: 运行时
DEP0126: timers.active()
#
类型: 运行时
DEP0127: timers._unrefActive()
#
类型: 运行时
DEP0128: 具有无效主条目和 index.js 文件的模块#
类型: 仅文档(支持 --pending-deprecation
)
DEP0129: ChildProcess._channel
#
类型: 运行时
DEP0130: Module.createRequireFromPath()
#
类型: 运行时
DEP0131: 旧版的 HTTP 解析器#
类型: 生命结束
DEP0132: 使用回调的 worker.terminate()#
类型: 运行时
DEP0133: http
connection
#
类型: 仅文档
DEP0134: process._tickCallback
#
类型: 仅文档(支持 --pending-deprecation
)
DEP0135: WriteStream.open() 和 ReadStream.open() 是内部的#
类型: 运行时
DEP0136: http
finished
#
类型: 仅文档
DEP0137: 在垃圾回收时关闭 fs.FileHandle#
类型: 运行时
DEP0138: process.mainModule
#
类型: 仅文档
DEP0139: 不使用参数的 process.umask()#
类型: 仅文档
DEP0140: 使用 request.destroy() 代替 request.abort()#
类型: 仅文档
DEP0141: repl.inputStream 和 repl.outputStream#
类型: 仅文档(支持 --pending-deprecation
)
DEP0142: repl._builtinLibs
#
类型: 仅文档
DEP0143: Transform._transformState
#
类型: 运行时 Transform._transformState
将在未来版本中删除,由于简化实现,不再需要它。
DEP0144: module.parent
#
类型: 仅文档
DEP0145: socket.bufferSize
#
类型: 仅文档
DEP0146: new crypto.Certificate()
#
类型: 仅文档
DEP0147: fs.rmdir(path, { recursive: true })
#
类型: 仅文档
DEP0151: 主索引查找和扩展搜索#
类型: 仅文档(支持 --pending-deprecation
)