summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.window.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/lib.deno.window.d.ts')
-rw-r--r--cli/js/lib.deno.window.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/lib.deno.window.d.ts b/cli/js/lib.deno.window.d.ts
index 6377057d3..21619af4d 100644
--- a/cli/js/lib.deno.window.d.ts
+++ b/cli/js/lib.deno.window.d.ts
@@ -12,7 +12,6 @@ declare interface Window extends EventTarget {
readonly self: Window & typeof globalThis;
onload: ((this: Window, ev: Event) => any) | null;
onunload: ((this: Window, ev: Event) => any) | null;
- location: Location;
crypto: Crypto;
close: () => void;
readonly closed: boolean;