Skip to content

zlib: move from `instanceof` check to `new.target` check

This change is done due to a feature request made here which has better performance and it includes only changes in zlib to allow other first time contributors such as myself to contribute.

Refs: https://github.com/nodejs/node/issues/42042

Merge request reports

Loading