Skip to content

Commit e7b0550

Browse files
authored
Add DOMException and structuredClone globals to leaks module (#1020)
1 parent 8abbf8a commit e7b0550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/modules/leaks.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const internals = {
4040
'MessageChannel',
4141
'MessageEvent',
4242
'MessagePort',
43+
'structuredClone',
4344

4445
// Non-Enumerable globals
4546

@@ -87,6 +88,7 @@ const internals = {
8788
'WeakMap',
8889
'WeakRef',
8990
'WeakSet',
91+
'DOMException',
9092

9193
// Sometime
9294

0 commit comments

Comments
 (0)