docs: update OSR max FPS number (#26805) (#27059)

This commit is contained in:
Erick Zhao
2020-12-17 03:30:31 -08:00
committed by GitHub
parent b4413e9398
commit 50e3a2ae20
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Two modes of rendering can be used and only the dirty area is passed in the
`'paint'` event to be more efficient. The rendering can be stopped, continued
and the frame rate can be set. The specified frame rate is a top limit value,
when there is nothing happening on a webpage, no frames are generated. The
maximum frame rate is 60, because above that there is no benefit, only
maximum frame rate is 240, because above that there is no benefit, only
performance loss.
**Note:** An offscreen window is always created as a [Frameless Window](../api/frameless-window.md).