DEP0118: dns.lookup() 支持虚假的主机名


类型: 运行时

由于向后兼容,以前的 Node.js 版本支持使用虚假主机名的 dns.lookup()(如 dns.lookup(false))。 此行为未记录,被认为在现实世界的应用程序中未使用。 在以后的 Node.js 版本中会出现错误。

Type: Runtime

Previous versions of Node.js supported dns.lookup() with a falsy host name like dns.lookup(false) due to backward compatibility. This behavior is undocumented and is thought to be unused in real world apps. It will become an error in future versions of Node.js.