We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fcbba commit 48280edCopy full SHA for 48280ed
test/builtins/globals.js
@@ -82,6 +82,12 @@ const EXPECTED_GLOBALS = [
82
'btoa',
83
'Blob',
84
'File',
85
+ 'Event',
86
+ 'EventTarget',
87
+ 'CustomEvent',
88
+ 'addEventListener',
89
+ 'removeEventListener',
90
+ 'dispatchEvent',
91
'FormData',
92
'MultipartFormData',
93
'DOMException',
@@ -105,7 +111,6 @@ const EXPECTED_GLOBALS = [
105
111
'Request',
106
112
'Response',
107
113
'Headers',
108
- 'addEventListener',
109
114
'SubtleCrypto',
110
115
'Crypto',
116
'crypto',
0 commit comments