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, 0 insertions, 1 deletions
diff --git a/cli/js/lib.deno.worker.d.ts b/cli/js/lib.deno.worker.d.ts index bba5f3321..5343646f6 100644 --- a/cli/js/lib.deno.worker.d.ts +++ b/cli/js/lib.deno.worker.d.ts @@ -11,7 +11,6 @@ declare interface DedicatedWorkerGlobalScope { self: DedicatedWorkerGlobalScope & typeof globalThis; onmessage: (e: MessageEvent) => void; onmessageerror: (e: MessageEvent) => void; - location: Location; onerror: undefined | typeof onerror; name: typeof __workerMain.name; close: typeof __workerMain.close; |