We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
viz::DisplayScheduler
1 parent 0983cc2 commit 4212433Copy full SHA for 4212433
1 file changed
docs/breaking-changes.md
@@ -14,6 +14,11 @@ This document uses the following convention to categorize breaking changes:
14
15
## Planned Breaking API Changes (28.0)
16
17
+### Behavior Changed: `WebContents.backgroundThrottling` set to false affects all `WebContents` in the host `BrowserWindow`
18
+
19
+`WebContents.backgroundThrottling` set to false will disable frames throttling
20
+in the `BrowserWindow` for all `WebContents` displayed by it.
21
22
### Removed: `BrowserWindow.setTrafficLightPosition(position)`
23
24
`BrowserWindow.setTrafficLightPosition(position)` has been removed, the
0 commit comments