Skip to content

lib: speed up MessageEvent creation internally

createFastMessageEvent can be used when the arguments passed to the MessageEvent constructor do not need to be validated.

Refs: https://github.com/nodejs/undici/pull/3170 Refs: https://github.com/nodejs/node/pull/52370#pullrequestreview-1984568503

Merge request reports

Loading