Fix linting errors and add isSupported

This commit is contained in:
Samuel Attard 2017-05-30 20:27:24 +10:00
parent 686b1388b1
commit 3938373ecb
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
6 changed files with 21 additions and 6 deletions

View file

@ -19,6 +19,14 @@ Process: [Main](../glossary.md#main-process)
It creates a new `Notification` with native properties as set by the `options`.
### Static Methods
The `Notification` class has the following static methods:
#### `BrowserWindow.isSupported()`
Returns `Boolean` - Whether or not desktop notifications are supported on the current system
### `new Notification([options])` _Experimental_
* `options` Object