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


【DEP0184: Instantiating node:zlib classes without new

类型:运行时

【Type: Runtime】

不使用“node:zlib”模块导出的“新”限定符实例化类将被弃用。 建议使用“新”限定词。这适用于所有 Zlib 类,如“Flatlate”, “放气Raw”、“枪拉链”、“Inflate”、“InflateRaw”、“Unzip”和“Zlib”。

【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.】