- assert - 断言
- Buffer - 缓冲器
- child_process - 子进程
- cluster - 集群
- console - 控制台
- crypto - 加密
- dgram - 数据报
- dns - 域名服务器
- Error - 异常
- events - 事件
- fs - 文件系统
- global - 全局变量
- http - HTTP
- https - HTTPS
- module - 模块
- net - 网络
- os - 操作系统
- path - 路径
- process - 进程
- querystring - 查询字符串
- readline - 逐行读取
- repl - 交互式解释器
- stream - 流
- string_decoder - 字符串解码器
- timer - 定时器
- tls - 安全传输层
- tty - 终端
- url - 网址
- util - 实用工具
- v8 - V8引擎
- vm - 虚拟机
- zlib - 压缩
Node.js v10.8.0 文档
目录
- 
- Revoking deprecations
- 
- 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 with worker.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)
- 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 and NODE_REPL_MODE=magic
- DEP0066: outgoingMessage._headers, outgoingMessage._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 to false
- 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 thisbound 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 with domain property
- DEP0098: AsyncHooks Embedder AsyncResource.emitBefore and AsyncResource.emitAfter APIs
- DEP0099: async context-unaware node::MakeCallback C++ APIs
- DEP0100: process.assert()
- DEP0101: --with-lttng
- DEP0102: Using noAssertin Buffer#(read|write) operations.
- DEP0103: process.binding('util').is[...] typechecks
- DEP0104: process.env string coercion
- DEP0105: decipher.finaltol
- DEP0106: crypto.createCipher and crypto.createDecipher
- DEP0107: tls.convertNPNProtocols()
- DEP0108: zlib.bytesRead
- DEP0110: vm.Script cached data
 
 
废弃的API#
本段落不提供翻译
Node.js may deprecate APIs when either: (a) use of the API is considered to be unsafe, (b) an improved alternative API is available, or (c) breaking changes to the API are expected in a future major release.
Node.js utilizes three kinds of Deprecations:
- Documentation-only
- Runtime
- End-of-Life
A Documentation-only deprecation is one that is expressed only within the
Node.js API docs. These generate no side-effects while running Node.js.
Some Documentation-only deprecations trigger a runtime warning when launched
with --pending-deprecation flag (or its alternative,
NODE_PENDING_DEPRECATION=1 environment variable), similarly to Runtime
deprecations below. Documentation-only deprecations that support that flag
are explicitly labeled as such in the
list of Deprecated APIs.
A Runtime deprecation will, by default, generate a process warning that will
be printed to stderr the first time the deprecated API is used. When the
--throw-deprecation command-line flag is used, a Runtime deprecation will
cause an error to be thrown.
An End-of-Life deprecation is used when functionality is or will soon be removed from Node.js.
Revoking deprecations#
本段落不提供翻译
Occasionally, the deprecation of an API may be reversed. In such situations, this document will be updated with information relevant to the decision. However, the deprecation identifier will not be modified.
List of Deprecated APIs#
本段落不提供翻译
DEP0001: http.OutgoingMessage.prototype.flush#
本段落不提供翻译
Type: Runtime
The OutgoingMessage.prototype.flush() method is deprecated. Use
OutgoingMessage.prototype.flushHeaders() instead.
DEP0002: require('\_linklist')#
本段落不提供翻译
Type: End-of-Life
The _linklist module is deprecated. Please use a userland alternative.
DEP0003: \_writableState.buffer#
本段落不提供翻译
Type: Runtime
The _writableState.buffer property is deprecated. Use the
_writableState.getBuffer() method instead.
DEP0004: CryptoStream.prototype.readyState#
本段落不提供翻译
Type: Documentation-only
The CryptoStream.prototype.readyState property is deprecated and should not
be used.
DEP0005: Buffer() constructor#
本段落不提供翻译
Type: Runtime (supports --pending-deprecation)
The Buffer() function and new Buffer() constructor are deprecated due to
API usability issues that can potentially lead to accidental security issues.
As an alternative, use of the following methods of constructing Buffer objects
is strongly recommended:
- Buffer.alloc(size[, fill[, encoding]])- Create a- Bufferwith initialized memory.
- Buffer.allocUnsafe(size)- Create a- Bufferwith uninitialized memory.
- Buffer.allocUnsafeSlow(size)- Create a- Bufferwith uninitialized memory.
- Buffer.from(array)- Create a- Bufferwith a copy of- array
- Buffer.from(arrayBuffer[, byteOffset[, length]])- Create a- Bufferthat wraps the given- arrayBuffer.
- Buffer.from(buffer)- Create a- Bufferthat copies- buffer.
- Buffer.from(string[, encoding])- Create a- Bufferthat copies- string.
As of v10.0.0, a deprecation warning is printed at runtime when
--pending-deprecation is used or when the calling code is
outside node_modules in order to better target developers, rather than users.
DEP0006: child\_process options.customFds#
本段落不提供翻译
Type: Runtime
Within the child_process module's spawn(), fork(), and exec()
methods, the options.customFds option is deprecated. The options.stdio
option should be used instead.
DEP0007: Replace cluster worker.suicide with worker.exitedAfterDisconnect#
本段落不提供翻译
Type: End-of-Life
In an earlier version of the Node.js cluster, a boolean property with the name
suicide was added to the Worker object. The intent of this property was to
provide an indication of how and why the Worker instance exited. In Node.js
6.0.0, the old property was deprecated and replaced with a new
worker.exitedAfterDisconnect property. The old property name did not
precisely describe the actual semantics and was unnecessarily emotion-laden.
DEP0008: require('constants')#
本段落不提供翻译
Type: Documentation-only
The constants module is deprecated. When requiring access to constants
relevant to specific Node.js builtin modules, developers should instead refer
to the constants property exposed by the relevant module. For instance,
require('fs').constants and require('os').constants.
DEP0009: crypto.pbkdf2 without digest#
本段落不提供翻译
Type: End-of-Life
Use of the crypto.pbkdf2() API without specifying a digest was deprecated
in Node.js 6.0 because the method defaulted to using the non-recommended
'SHA1' digest. Previously, a deprecation warning was printed. Starting in
Node.js 8.0.0, calling crypto.pbkdf2() or crypto.pbkdf2Sync() with an
undefined digest will throw a TypeError.
DEP0010: crypto.createCredentials#
本段落不提供翻译
Type: Runtime
The crypto.createCredentials() API is deprecated. Please use
tls.createSecureContext() instead.
DEP0011: crypto.Credentials#
本段落不提供翻译
Type: Runtime
The crypto.Credentials class is deprecated. Please use tls.SecureContext
instead.
DEP0012: Domain.dispose#
本段落不提供翻译
Type: End-of-Life
Domain.dispose() has been removed. Recover from failed I/O actions
explicitly via error event handlers set on the domain instead.
DEP0013: fs asynchronous function without callback#
本段落不提供翻译
Type: End-of-Life
Calling an asynchronous function without a callback throws a TypeError
in Node.js 10.0.0 onwards. (See https://github.com/nodejs/node/pull/12562.)
DEP0014: fs.read legacy String interface#
本段落不提供翻译
Type: End-of-Life
The fs.read() legacy String interface is deprecated. Use the Buffer
API as mentioned in the documentation instead.
DEP0015: fs.readSync legacy String interface#
本段落不提供翻译
Type: End-of-Life
The fs.readSync() legacy String interface is deprecated. Use the
Buffer API as mentioned in the documentation instead.
DEP0016: GLOBAL/root#
本段落不提供翻译
Type: Runtime
The GLOBAL and root aliases for the global property are deprecated
and should no longer be used.
DEP0017: Intl.v8BreakIterator#
本段落不提供翻译
Type: End-of-Life
Intl.v8BreakIterator was a non-standard extension and has been removed.
See Intl.Segmenter.
DEP0018: Unhandled promise rejections#
本段落不提供翻译
Type: Runtime
Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
DEP0019: require('.') resolved outside directory#
本段落不提供翻译
Type: Runtime
In certain cases, require('.') may resolve outside the package directory.
This behavior is deprecated and will be removed in a future major Node.js
release.
DEP0020: Server.connections#
本段落不提供翻译
Type: Runtime
The Server.connections property is deprecated. Please use the
Server.getConnections() method instead.
DEP0021: Server.listenFD#
本段落不提供翻译
Type: Runtime
The Server.listenFD() method is deprecated. Please use
Server.listen({fd: <number>}) instead.
DEP0022: os.tmpDir()#
本段落不提供翻译
Type: Runtime
The os.tmpDir() API is deprecated. Please use os.tmpdir() instead.
DEP0023: os.getNetworkInterfaces()#
本段落不提供翻译
Type: Runtime
The os.getNetworkInterfaces() method is deprecated. Please use the
os.networkInterfaces property instead.
DEP0024: REPLServer.prototype.convertToContext()#
本段落不提供翻译
Type: End-of-Life
The REPLServer.prototype.convertToContext() API is deprecated and should
not be used.
DEP0025: require('sys')#
本段落不提供翻译
Type: Runtime
The sys module is deprecated. Please use the util module instead.
DEP0026: util.print()#
本段落不提供翻译
Type: Runtime
The util.print() API is deprecated. Please use console.log()
instead.
DEP0027: util.puts()#
本段落不提供翻译
Type: Runtime
The util.puts() API is deprecated. Please use console.log() instead.
DEP0028: util.debug()#
本段落不提供翻译
Type: Runtime
The util.debug() API is deprecated. Please use console.error()
instead.
DEP0029: util.error()#
本段落不提供翻译
Type: Runtime
The util.error() API is deprecated. Please use console.error()
instead.
DEP0030: SlowBuffer#
本段落不提供翻译
Type: Documentation-only
The SlowBuffer class is deprecated. Please use
Buffer.allocUnsafeSlow(size) instead.
DEP0031: ecdh.setPublicKey()#
本段落不提供翻译
Type: Documentation-only
The ecdh.setPublicKey() method is now deprecated as its inclusion in the
API is not useful.
DEP0032: domain module#
本段落不提供翻译
Type: Documentation-only
The domain module is deprecated and should not be used.
DEP0033: EventEmitter.listenerCount()#
本段落不提供翻译
Type: Documentation-only
The EventEmitter.listenerCount(emitter, eventName) API is
deprecated. Please use emitter.listenerCount(eventName) instead.
DEP0034: fs.exists(path, callback)#
本段落不提供翻译
Type: Documentation-only
The fs.exists(path, callback) API is deprecated. Please use
fs.stat() or fs.access() instead.
DEP0035: fs.lchmod(path, mode, callback)#
本段落不提供翻译
Type: Documentation-only
The fs.lchmod(path, mode, callback) API is deprecated.
DEP0036: fs.lchmodSync(path, mode)#
本段落不提供翻译
Type: Documentation-only
The fs.lchmodSync(path, mode) API is deprecated.
DEP0039: require.extensions#
本段落不提供翻译
Type: Documentation-only
The require.extensions property is deprecated.
DEP0040: punycode module#
本段落不提供翻译
Type: Documentation-only
The punycode module is deprecated. Please use a userland alternative
instead.
DEP0041: NODE\_REPL\_HISTORY\_FILE environment variable#
本段落不提供翻译
Type: End-of-Life
The NODE_REPL_HISTORY_FILE environment variable was removed. Please use
NODE_REPL_HISTORY instead.
DEP0042: tls.CryptoStream#
本段落不提供翻译
Type: Documentation-only
The tls.CryptoStream class is deprecated. Please use
tls.TLSSocket instead.
DEP0043: tls.SecurePair#
本段落不提供翻译
Type: Documentation-only
The tls.SecurePair class is deprecated. Please use
tls.TLSSocket instead.
DEP0044: util.isArray()#
本段落不提供翻译
Type: Documentation-only
The util.isArray() API is deprecated. Please use Array.isArray()
instead.
DEP0045: util.isBoolean()#
本段落不提供翻译
Type: Documentation-only
The util.isBoolean() API is deprecated.
DEP0046: util.isBuffer()#
本段落不提供翻译
Type: Documentation-only
The util.isBuffer() API is deprecated. Please use
Buffer.isBuffer() instead.
DEP0047: util.isDate()#
本段落不提供翻译
Type: Documentation-only
The util.isDate() API is deprecated.
DEP0048: util.isError()#
本段落不提供翻译
Type: Documentation-only
The util.isError() API is deprecated.
DEP0049: util.isFunction()#
本段落不提供翻译
Type: Documentation-only
The util.isFunction() API is deprecated.
DEP0050: util.isNull()#
本段落不提供翻译
Type: Documentation-only
The util.isNull() API is deprecated.
DEP0051: util.isNullOrUndefined()#
本段落不提供翻译
Type: Documentation-only
The util.isNullOrUndefined() API is deprecated.
DEP0052: util.isNumber()#
本段落不提供翻译
Type: Documentation-only
The util.isNumber() API is deprecated.
DEP0053 util.isObject()#
本段落不提供翻译
Type: Documentation-only
The util.isObject() API is deprecated.
DEP0054: util.isPrimitive()#
本段落不提供翻译
Type: Documentation-only
The util.isPrimitive() API is deprecated.
DEP0055: util.isRegExp()#
本段落不提供翻译
Type: Documentation-only
The util.isRegExp() API is deprecated.
DEP0056: util.isString()#
本段落不提供翻译
Type: Documentation-only
The util.isString() API is deprecated.
DEP0057: util.isSymbol()#
本段落不提供翻译
Type: Documentation-only
The util.isSymbol() API is deprecated.
DEP0058: util.isUndefined()#
本段落不提供翻译
Type: Documentation-only
The util.isUndefined() API is deprecated.
DEP0059: util.log()#
本段落不提供翻译
Type: Documentation-only
The util.log() API is deprecated.
DEP0060: util.\_extend()#
本段落不提供翻译
Type: Documentation-only
The util._extend() API is deprecated.
DEP0061: fs.SyncWriteStream#
本段落不提供翻译
Type: Runtime
The fs.SyncWriteStream class was never intended to be a publicly accessible
API. No alternative API is available. Please use a userland alternative.
DEP0062: node --debug#
本段落不提供翻译
Type: Runtime
--debug activates the legacy V8 debugger interface, which was removed as
of V8 5.8. It is replaced by Inspector which is activated with --inspect
instead.
DEP0063: ServerResponse.prototype.writeHeader()#
本段落不提供翻译
Type: Documentation-only
The http module ServerResponse.prototype.writeHeader() API is
deprecated. Please use ServerResponse.prototype.writeHead() instead.
The ServerResponse.prototype.writeHeader() method was never documented as an
officially supported API.
DEP0064: tls.createSecurePair()#
本段落不提供翻译
Type: Runtime
The tls.createSecurePair() API was deprecated in documentation in Node.js
0.11.3. Users should use tls.Socket instead.
DEP0065: repl.REPL_MODE_MAGIC and NODE_REPL_MODE=magic#
本段落不提供翻译
Type: End-of-Life
The repl module's REPL_MODE_MAGIC constant, used for replMode option, has
been removed. Its behavior has been functionally identical to that of
REPL_MODE_SLOPPY since Node.js 6.0.0, when V8 5.0 was imported. Please use
REPL_MODE_SLOPPY instead.
The NODE_REPL_MODE environment variable is used to set the underlying
replMode of an interactive node session. Its value, magic, is also
removed. Please use sloppy instead.
DEP0066: outgoingMessage.\_headers, outgoingMessage.\_headerNames#
本段落不提供翻译
Type: Documentation-only
The http module outgoingMessage._headers and outgoingMessage._headerNames
properties are deprecated. Use one of the public methods
(e.g. outgoingMessage.getHeader(), outgoingMessage.getHeaders(),
outgoingMessage.getHeaderNames(), outgoingMessage.hasHeader(),
outgoingMessage.removeHeader(), outgoingMessage.setHeader()) for working
with outgoing headers.
The outgoingMessage._headers and outgoingMessage._headerNames properties
were never documented as officially supported properties.
DEP0067: OutgoingMessage.prototype.\_renderHeaders#
本段落不提供翻译
Type: Documentation-only
The http module OutgoingMessage.prototype._renderHeaders() API is
deprecated.
The OutgoingMessage.prototype._renderHeaders property was never documented as
an officially supported API.
DEP0068: node debug#
本段落不提供翻译
Type: Runtime
node debug corresponds to the legacy CLI debugger which has been replaced with
a V8-inspector based CLI debugger available through node inspect.
DEP0069: vm.runInDebugContext(string)#
本段落不提供翻译
Type: End-of-Life
DebugContext has been removed in V8 and is not available in Node.js 10+.
DebugContext was an experimental API.
DEP0070: async_hooks.currentId()#
本段落不提供翻译
Type: End-of-Life
async_hooks.currentId() was renamed to async_hooks.executionAsyncId() for
clarity.
This change was made while async_hooks was an experimental API.
DEP0071: async_hooks.triggerId()#
本段落不提供翻译
Type: End-of-Life
async_hooks.triggerId() was renamed to async_hooks.triggerAsyncId() for
clarity.
This change was made while async_hooks was an experimental API.
DEP0072: async_hooks.AsyncResource.triggerId()#
本段落不提供翻译
Type: End-of-Life
async_hooks.AsyncResource.triggerId() was renamed to
async_hooks.AsyncResource.triggerAsyncId() for clarity.
This change was made while async_hooks was an experimental API.
DEP0073: Several internal properties of net.Server#
本段落不提供翻译
Type: End-of-Life
Accessing several internal, undocumented properties of net.Server instances
with inappropriate names is deprecated.
As the original API was undocumented and not generally useful for non-internal code, no replacement API is provided.
DEP0074: REPLServer.bufferedCommand#
本段落不提供翻译
Type: Runtime
The REPLServer.bufferedCommand property was deprecated in favor of
REPLServer.clearBufferedCommand().
DEP0075: REPLServer.parseREPLKeyword()#
本段落不提供翻译
Type: Runtime
REPLServer.parseREPLKeyword() was removed from userland visibility.
DEP0076: tls.parseCertString()#
本段落不提供翻译
Type: Runtime
tls.parseCertString() is a trivial parsing helper that was made public by
mistake. This function can usually be replaced with:
const querystring = require('querystring');
querystring.parse(str, '\n', '=');
This function is not completely equivalent to querystring.parse(). One
difference is that querystring.parse() does url decoding:
> querystring.parse('%E5%A5%BD=1', '\n', '=');
{ '好': '1' }
> tls.parseCertString('%E5%A5%BD=1');
{ '%E5%A5%BD': '1' }
DEP0077: Module.\_debug()#
本段落不提供翻译
Type: Runtime
Module._debug() is deprecated.
The Module._debug() function was never documented as an officially
supported API.
DEP0078: REPLServer.turnOffEditorMode()#
本段落不提供翻译
Type: Runtime
REPLServer.turnOffEditorMode() was removed from userland visibility.
DEP0079: Custom inspection function on Objects via .inspect()#
本段落不提供翻译
Type: Runtime
Using a property named inspect on an object to specify a custom inspection
function for util.inspect() is deprecated. Use util.inspect.custom
instead. For backward compatibility with Node.js prior to version 6.4.0, both
may be specified.
DEP0080: path.\_makeLong()#
本段落不提供翻译
Type: Documentation-only
The internal path._makeLong() was not intended for public use. However,
userland modules have found it useful. The internal API is deprecated
and replaced with an identical, public path.toNamespacedPath() method.
DEP0081: fs.truncate() using a file descriptor#
本段落不提供翻译
Type: Runtime
fs.truncate() fs.truncateSync() usage with a file descriptor is
deprecated. Please use fs.ftruncate() or fs.ftruncateSync() to work with
file descriptors.
DEP0082: REPLServer.prototype.memory()#
本段落不提供翻译
Type: Runtime
REPLServer.prototype.memory() is only necessary for the internal mechanics of
the REPLServer itself. Do not use this function.
DEP0083: Disabling ECDH by setting ecdhCurve to false#
本段落不提供翻译
Type: Runtime
The ecdhCurve option to tls.createSecureContext() and tls.TLSSocket could
be set to false to disable ECDH entirely on the server only. This mode is
deprecated in preparation for migrating to OpenSSL 1.1.0 and consistency with
the client. Use the ciphers parameter instead.
DEP0084: requiring bundled internal dependencies#
本段落不提供翻译
Type: Runtime
Since Node.js versions 4.4.0 and 5.2.0, several modules only intended for
internal usage are mistakenly exposed to user code through require(). These
modules are:
- v8/tools/codemap
- v8/tools/consarray
- v8/tools/csvparser
- v8/tools/logreader
- v8/tools/profile_view
- v8/tools/profile
- v8/tools/SourceMap
- v8/tools/splaytree
- v8/tools/tickprocessor-driver
- v8/tools/tickprocessor
- node-inspect/lib/_inspect(from 7.6.0)
- node-inspect/lib/internal/inspect_client(from 7.6.0)
- node-inspect/lib/internal/inspect_repl(from 7.6.0)
The v8/* modules do not have any exports, and if not imported in a specific
order would in fact throw errors. As such there are virtually no legitimate use
cases for importing them through require().
On the other hand, node-inspect may be installed locally through a package
manager, as it is published on the npm registry under the same name. No source
code modification is necessary if that is done.
DEP0085: AsyncHooks Sensitive API#
本段落不提供翻译
Type: End-of-Life
The AsyncHooks Sensitive API was never documented and had various minor issues.
(See https://github.com/nodejs/node/issues/15572.) Use the AsyncResource
API instead.
DEP0086: Remove runInAsyncIdScope#
本段落不提供翻译
Type: End-of-Life
runInAsyncIdScope doesn't emit the 'before' or 'after' event and can thus
cause a lot of issues. See https://github.com/nodejs/node/issues/14328 for more
details.
DEP0089: require('assert')#
本段落不提供翻译
Type: Documentation-only
Importing assert directly is not recommended as the exposed functions will use
loose equality checks. Use require('assert').strict instead. The API is the
same as the legacy assert but it will always use strict equality checks.
DEP0090: Invalid GCM authentication tag lengths#
本段落不提供翻译
Type: Runtime
Node.js supports all GCM authentication tag lengths which are accepted by
OpenSSL when calling decipher.setAuthTag(). This behavior will change in
a future version at which point only authentication tag lengths of 128, 120,
112, 104, 96, 64, and 32 bits will be allowed. Authentication tags whose length
is not included in this list will be considered invalid in compliance with
NIST SP 800-38D.
DEP0091: crypto.DEFAULT_ENCODING#
本段落不提供翻译
Type: Runtime
The crypto.DEFAULT_ENCODING property is deprecated.
DEP0092: Top-level `this` bound to `module.exports`#
本段落不提供翻译
Type: Documentation-only
Assigning properties to the top-level this as an alternative
to module.exports is deprecated. Developers should use exports
or module.exports instead.
DEP0093: crypto.fips is deprecated and replaced.#
本段落不提供翻译
Type: Documentation-only
The crypto.fips property is deprecated. Please use crypto.setFips()
and crypto.getFips() instead.
DEP0094: Using `assert.fail()` with more than one argument.#
本段落不提供翻译
Type: Runtime
Using assert.fail() with more than one argument is deprecated. Use
assert.fail() with only one argument or use a different assert module
method.
DEP0095: timers.enroll()#
本段落不提供翻译
Type: Runtime
timers.enroll() is deprecated. Please use the publicly documented
setTimeout() or setInterval() instead.
DEP0096: timers.unenroll()#
本段落不提供翻译
Type: Runtime
timers.unenroll() is deprecated. Please use the publicly documented
clearTimeout() or clearInterval() instead.
DEP0097: MakeCallback with domain property#
本段落不提供翻译
Type: Runtime
Users of MakeCallback that add the domain property to carry context,
should start using the async_context variant of MakeCallback or
CallbackScope, or the high-level AsyncResource class.
DEP0098: AsyncHooks Embedder AsyncResource.emitBefore and AsyncResource.emitAfter APIs#
本段落不提供翻译
Type: Runtime
The embedded API provided by AsyncHooks exposes .emitBefore() and
.emitAfter() methods which are very easy to use incorrectly which can lead
to unrecoverable errors.
Use asyncResource.runInAsyncScope() API instead which provides a much
safer, and more convenient, alternative. See
https://github.com/nodejs/node/pull/18513 for more details.
DEP0099: async context-unaware node::MakeCallback C++ APIs#
本段落不提供翻译
Type: Compile-time
Certain versions of node::MakeCallback APIs available to native modules are
deprecated. Please use the versions of the API that accept an async_context
parameter.
DEP0100: process.assert()#
本段落不提供翻译
Type: Runtime
process.assert() is deprecated. Please use the assert module instead.
This was never a documented feature.
DEP0101: --with-lttng#
本段落不提供翻译
Type: End-of-Life
The --with-lttng compile-time option has been removed.
DEP0102: Using `noAssert` in Buffer#(read|write) operations.#
本段落不提供翻译
Type: End-of-Life
Using the noAssert argument has no functionality anymore. All input is going
to be verified, no matter if it is set to true or not. Skipping the verification
could lead to hard to find errors and crashes.
DEP0103: process.binding('util').is[...] typechecks#
本段落不提供翻译
Type: Documentation-only (supports --pending-deprecation)
Using process.binding() in general should be avoided. The type checking
methods in particular can be replaced by using util.types.
DEP0104: process.env string coercion#
本段落不提供翻译
Type: Documentation-only (supports --pending-deprecation)
When assigning a non-string property to process.env, the assigned value is
implicitly converted to a string. This behavior is deprecated if the assigned
value is not a string, boolean, or number. In the future, such assignment may
result in a thrown error. Please convert the property to a string before
assigning it to process.env.
DEP0105: decipher.finaltol#
本段落不提供翻译
Type: Runtime
decipher.finaltol() has never been documented and is currently an alias for
decipher.final(). In the future, this API will likely be removed, and it
is recommended to use decipher.final() instead.
DEP0106: crypto.createCipher and crypto.createDecipher#
本段落不提供翻译
Type: Documentation-only
Using crypto.createCipher() and crypto.createDecipher() should be
avoided as they use a weak key derivation function (MD5 with no salt) and static
initialization vectors. It is recommended to derive a key using
crypto.pbkdf2() and to use crypto.createCipheriv() and
crypto.createDecipheriv() to obtain the Cipher and Decipher
objects respectively.
DEP0107: tls.convertNPNProtocols()#
本段落不提供翻译
Type: Runtime
This was an undocumented helper function not intended for use outside Node.js core and obsoleted by the removal of NPN (Next Protocol Negotiation) support.
DEP0108: zlib.bytesRead#
本段落不提供翻译
Type: Documentation-only
Deprecated alias for zlib.bytesWritten. This original name was chosen
because it also made sense to interpret the value as the number of bytes
read by the engine, but is inconsistent with other streams in Node.js that
expose values under these names.
DEP0110: vm.Script cached data#
本段落不提供翻译
Type: Documentation-only
The option produceCachedData has been deprecated. Use
script.createCachedData() instead.