Skip to content

lib: make event static properties non writable and configurable

The idl definition for Event makes the properties constants, this means that they shouldn't be configurable. However, they were, and this commit fixes that.

Fixes: https://github.com/nodejs/node/issues/50417

Merge request reports

Loading