DEP0184:在没有使用 new 的情况下实例化 node:zlib 类


🌐 DEP0184: Instantiating node:zlib classes without new

类型:运行时

🌐 Type: Runtime

在没有使用 node:zlib 模块导出的 new 限定符的情况下实例化类已被弃用。建议改用 new 限定符。这适用于所有 Zlib 类,例如 DeflateDeflateRawGunzipInflateInflateRawUnzipZlib

🌐 Instantiating classes without the new qualifier exported by the node:zlib module is deprecated. It is recommended to use the new qualifier instead. This applies to all Zlib classes, such as Deflate, DeflateRaw, Gunzip, Inflate, InflateRaw, Unzip, and Zlib.