We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741b8fb commit ea6515cCopy full SHA for ea6515c
1 file changed
lib/modules/leaks.js
@@ -13,6 +13,9 @@ const internals = {
13
'clearInterval',
14
'clearImmediate',
15
'console',
16
+ 'AbortController',
17
+ 'AbortSignal',
18
+ 'AggregateError',
19
'Buffer',
20
'process',
21
'global',
@@ -33,6 +36,9 @@ const internals = {
33
36
'DataView',
34
37
'__$$labCov',
35
38
'gc',
39
+ 'MessageChannel',
40
+ 'MessageEvent',
41
+ 'MessagePort',
42
43
// Non-Enumerable globals
44
@@ -42,6 +48,8 @@ const internals = {
48
'Number',
49
'RangeError',
50
'EvalError',
51
+ 'Event',
52
+ 'EventTarget',
45
53
'FinalizationRegistry',
46
54
'Function',
47
55
'isFinite',
0 commit comments