diff options
Diffstat (limited to 'cli/js/lib.deno.worker.d.ts')
-rw-r--r-- | cli/js/lib.deno.worker.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/lib.deno.worker.d.ts b/cli/js/lib.deno.worker.d.ts index ca3670c77..e1db7e691 100644 --- a/cli/js/lib.deno.worker.d.ts +++ b/cli/js/lib.deno.worker.d.ts @@ -9,6 +9,7 @@ declare interface DedicatedWorkerGlobalScope { self: DedicatedWorkerGlobalScope & typeof globalThis; onmessage: (e: { data: any }) => void; + location: Location; onerror: undefined | typeof onerror; name: typeof __workerMain.name; close: typeof __workerMain.close; |