docs: additional update of breaking changes for 36-x-y (#46781)
This commit is contained in:
parent
372cdb5dee
commit
55505ba4df
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@ however, old code that needs to preserve this behavior can emulate it by
|
||||||
creating a random session with `session.fromPartition(some_random_string)`
|
creating a random session with `session.fromPartition(some_random_string)`
|
||||||
and then using it in `ProtocolResponse.session`.
|
and then using it in `ProtocolResponse.session`.
|
||||||
|
|
||||||
## Planned Breaking API Changes (36.0)
|
|
||||||
|
|
||||||
### Behavior Changed: `BrowserWindow.IsVisibleOnAllWorkspaces()` on Linux
|
### Behavior Changed: `BrowserWindow.IsVisibleOnAllWorkspaces()` on Linux
|
||||||
|
|
||||||
`BrowserWindow.IsVisibleOnAllWorkspaces()` will now return false on Linux if the
|
`BrowserWindow.IsVisibleOnAllWorkspaces()` will now return false on Linux if the
|
||||||
window is not currently visible.
|
window is not currently visible.
|
||||||
|
|
||||||
|
## Planned Breaking API Changes (36.0)
|
||||||
|
|
||||||
### Behavior Changes: `app.commandLine`
|
### Behavior Changes: `app.commandLine`
|
||||||
|
|
||||||
`app.commandLine` will convert upper-cases switches and arguments to lowercase.
|
`app.commandLine` will convert upper-cases switches and arguments to lowercase.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue