Add Event to globals list

pull/3810/head
Jesper Hasselquist 5 years ago
parent d03a5de6f6
commit 192c1bbafa

@ -15,6 +15,7 @@ export const globals = new Set([
'encodeURIComponent', 'encodeURIComponent',
'Error', 'Error',
'EvalError', 'EvalError',
'Event',
'history', 'history',
'Infinity', 'Infinity',
'InternalError', 'InternalError',

Loading…
Cancel
Save