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

@@ -1796,7 +1796,7 @@ Returns `Boolean` - If *offscreen rendering* is enabled returns whether it is cu
* `fps` Integer
If *offscreen rendering* is enabled sets the frame rate to the specified number.
Only values between 1 and 60 are accepted.
Only values between 1 and 240 are accepted.
#### `contents.getFrameRate()`
@@ -1894,7 +1894,7 @@ The zoom factor is the zoom percent divided by 100, so 300% = 3.0.
#### `contents.frameRate`
An `Integer` property that sets the frame rate of the web contents to the specified number.
Only values between 1 and 60 are accepted.
Only values between 1 and 240 are accepted.
Only applicable if *offscreen rendering* is enabled.