diff options
Diffstat (limited to 'extensions/web/02_structured_clone.js')
-rw-r--r-- | extensions/web/02_structured_clone.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/web/02_structured_clone.js b/extensions/web/02_structured_clone.js index 2170095d9..265d89247 100644 --- a/extensions/web/02_structured_clone.js +++ b/extensions/web/02_structured_clone.js @@ -9,6 +9,7 @@ ((window) => { const core = window.Deno.core; + const { DOMException } = window.__bootstrap.domException; const objectCloneMemo = new WeakMap(); |