Link to offscreen rendering tutorial

This commit is contained in:
Kevin Sawicki 2016-12-29 09:15:28 -08:00
parent 6ea1bacc73
commit f8d41f1f68

View file

@ -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`/