Skip to content

Commit

Permalink
Add DOMException and structuredClone globals to leaks module (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Sep 28, 2021
1 parent 8abbf8a commit e7b0550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/leaks.js
Expand Up @@ -40,6 +40,7 @@ const internals = {
'MessageChannel',
'MessageEvent',
'MessagePort',
'structuredClone',

// Non-Enumerable globals

Expand Down Expand Up @@ -87,6 +88,7 @@ const internals = {
'WeakMap',
'WeakRef',
'WeakSet',
'DOMException',

// Sometime

Expand Down

0 comments on commit e7b0550

Please sign in to comment.