Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: event static properties non writable and configurable
The idl definition for Event makes the properties constant this means that they shouldn't be configurable and writable. However, they were, and this commit fixes that. Fixes: nodejs#50417
- Loading branch information