diff options
Diffstat (limited to 'ext/web/12_location.js')
-rw-r--r-- | ext/web/12_location.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/12_location.js b/ext/web/12_location.js index 8ba9be634..5cc850262 100644 --- a/ext/web/12_location.js +++ b/ext/web/12_location.js @@ -3,7 +3,7 @@ /// <reference path="../../core/internal.d.ts" /> import { URL } from "ext:deno_url/00_url.js"; -import DOMException from "ext:deno_web/01_dom_exception.js"; +import { DOMException } from "ext:deno_web/01_dom_exception.js"; import { primordials } from "ext:core/mod.js"; const { Error, |