fix(documentation): link in browserwindows.md

This commit is contained in:
Toinane 2017-11-07 14:17:00 +01:00
parent 1672fd22e1
commit 247af376fe
No known key found for this signature in database
GPG key ID: 1A3729C1B6D59115

View file

@ -322,7 +322,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `defaultEncoding` String (optional) - Defaults to `ISO-8859-1`.
* `backgroundThrottling` Boolean (optional) - Whether to throttle animations and timers
when the page becomes background. This also affects the
[Page Visibility API][#page-visibility]. Defaults to `true`.
[Page Visibility API](#page-visibility). Defaults to `true`.
* `offscreen` Boolean (optional) - Whether to enable offscreen rendering for the browser
window. Defaults to `false`. See the
[offscreen rendering tutorial](../tutorial/offscreen-rendering.md) for