Remove pageVisibility option

The original purpose of this option is not working anymore, also adds
docs on the current way to disable process backgrounding.
This commit is contained in:
Cheng Zhao 2016-01-07 12:28:20 +08:00
parent c6e03f8390
commit 16d23bbda5
7 changed files with 15 additions and 33 deletions

View file

@ -138,10 +138,6 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
canvas features. Default is `false`.
* `directWrite` Boolean - Enables DirectWrite font rendering system on
Windows. Default is `true`.
* `pageVisibility` Boolean - Page would be forced to be always in visible
or hidden state once set, instead of reflecting current window's
visibility. Users can set it to `true` to prevent throttling of DOM
timers. Default is `false`.
## Events