diff options
author | Andreu Botella <andreu@andreubotella.com> | 2022-10-24 16:14:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 16:14:17 +0200 |
commit | dbcbf53ab5168ad9c5d6ca8b4c7740db98b270a6 (patch) | |
tree | 063e79f57b443ccdd0b3e4369c0133cbf21b60a3 /ext/web/15_performance.js | |
parent | 5828ce76759e0937541d2fc0e465829b37ddd094 (diff) |
experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213)
Diffstat (limited to 'ext/web/15_performance.js')
-rw-r--r-- | ext/web/15_performance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js index e7eafd533..556cfa774 100644 --- a/ext/web/15_performance.js +++ b/ext/web/15_performance.js @@ -18,6 +18,7 @@ const { webidl, structuredClone } = window.__bootstrap; const consoleInternal = window.__bootstrap.console; + const { EventTarget } = window.__bootstrap.eventTarget; const { opNow } = window.__bootstrap.timers; const { DOMException } = window.__bootstrap.domException; |