mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Link to offscreen rendering tutorial
This commit is contained in:
@@ -278,7 +278,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||
* `backgroundThrottling` Boolean (optional) - Whether to throttle animations and timers
|
||||
when the page becomes background. Defaults to `true`.
|
||||
* `offscreen` Boolean (optional) - Whether to enable offscreen rendering for the browser
|
||||
window. Defaults to `false`.
|
||||
window. Defaults to `false`. See the
|
||||
[offscreen rendering tutorial](../tutorial/offscreen-rendering.md) for
|
||||
more details.
|
||||
* `sandbox` Boolean (optional) - Whether to enable Chromium OS-level sandbox.
|
||||
|
||||
When setting minimum or maximum window size with `minWidth`/`maxWidth`/
|
||||
|
||||
Reference in New Issue
Block a user