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 bd08e761f..0b8df4ac2 100644 --- a/ext/web/02_structured_clone.js +++ b/ext/web/02_structured_clone.js @@ -40,7 +40,7 @@ const { Float64Array, } = primordials; -import { DOMException } from "ext:deno_web/01_dom_exception.js"; +import { DOMException } from "./01_dom_exception.js"; const objectCloneMemo = new SafeWeakMap(); |