From 8686d547c82e15cac507eb9ca4ba25fd3eabe902 Mon Sep 17 00:00:00 2001 From: EnderDev Date: Fri, 2 Feb 2024 21:48:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Add=20types=20for=20get?= =?UTF-8?q?ting=20focusedWindow=20on=20focus=20JS=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/dothq/gecko-types/lib/services/focus.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/dothq/gecko-types/lib/services/focus.d.ts b/third_party/dothq/gecko-types/lib/services/focus.d.ts index cd9816df20..68e2b6b470 100644 --- a/third_party/dothq/gecko-types/lib/services/focus.d.ts +++ b/third_party/dothq/gecko-types/lib/services/focus.d.ts @@ -38,6 +38,8 @@ export interface ServicesFocus { activeWindow: ChromeWindow; + focusedWindow: ChromeWindow; + /** * Changes the focused element reference within the window containing * aElement to aElement or potentially redirects it to an anonymous