diff options
Diffstat (limited to 'ext/web/02_structured_clone.js')
-rw-r--r-- | ext/web/02_structured_clone.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_structured_clone.js b/ext/web/02_structured_clone.js index 373ae0ab2..082b0a80f 100644 --- a/ext/web/02_structured_clone.js +++ b/ext/web/02_structured_clone.js @@ -7,7 +7,7 @@ /// <reference path="../web/lib.deno_web.d.ts" /> const core = globalThis.Deno.core; -import DOMException from "internal:ext/web/01_dom_exception.js"; +import DOMException from "internal:deno_web/01_dom_exception.js"; const primordials = globalThis.__bootstrap.primordials; const { ArrayBuffer, |