Merge pull request #3810 from Joxtacy/add_event_to_globals_list

Add Event to globals list
pull/3814/head
Rich Harris 5 years ago committed by GitHub
commit 292017c8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save