openWindows
The open windows that are exposed to this extension.
Declaration
var openWindows: [any WKWebExtensionWindow] { get }Discussion
Provides the windows that are open and visible to the extension, as updated by the didOpenWindow(_:) and didCloseWindow(_:) methods.
Initially populated by the windows returned by the extension controller delegate method webExtensionController(_:openWindowsFor:).