DEP0184:在没有 new 的情况下实例化 node:zlib 类
¥DEP0184: Instantiating node:zlib classes without new
类型:仅文档
¥Type: Documentation-only
不推荐使用 node:zlib 模块导出的没有 new 限定符的类实例化。建议改用 new 限定符。这适用于所有 Zlib 类,例如 Deflate、DeflateRaw、Gunzip、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.