Merge pull request #603 from soh1988/patch-corrections
Correction to the API Documentation of the Browser FlashFrame
This commit is contained in:
commit
5604e75886
1 changed files with 4 additions and 2 deletions
|
@ -340,9 +340,11 @@ Returns the title of the native window.
|
||||||
**Note:** The title of web page can be different from the title of the native
|
**Note:** The title of web page can be different from the title of the native
|
||||||
window.
|
window.
|
||||||
|
|
||||||
### BrowserWindow.flashFrame()
|
### BrowserWindow.flashFrame(flag)
|
||||||
|
|
||||||
Flashes the window to attract user's attention.
|
* `flag` Boolean
|
||||||
|
|
||||||
|
Starts or stops flashing the window to attract user's attention.
|
||||||
|
|
||||||
### BrowserWindow.setSkipTaskbar(skip)
|
### BrowserWindow.setSkipTaskbar(skip)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue