You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: Event static properties non configurable and writable
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: #50417
0 commit comments