docs: clarify BrowserWindow and App API support status on Wayland (#48740)

* docs: clarify BrowserWindow API support in Wayland

* typo fix

* updated docs

* wrapping
This commit is contained in:
Mitchell Cohen
2025-10-31 17:35:08 -04:00
committed by GitHub
parent 4abb1f2aa3
commit 2a94d414f7
2 changed files with 29 additions and 3 deletions

View File

@@ -565,8 +565,9 @@ and subscribing to the `ready` event if the app is not ready yet.
* `steal` boolean _macOS_ - Make the receiver the active app even if another app is
currently active.
On Linux, focuses on the first visible window. On macOS, makes the application
the active app. On Windows, focuses on the application's first window.
On macOS, makes the application the active app. On Windows, focuses on the application's
first window. On Linux, either focuses on the first visible window (X11) or requests
focus but may instead show a notification or flash the app icon (Wayland).
You should seek to use the `steal` option as sparingly as possible.