Update desktop-environment-integration.md
This commit is contained in:
parent
a3f30ca822
commit
116aa2f483
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ to the user. Electron conveniently allows developers to send notifications with
|
||||||
the [HTML5 Notification API](https://notifications.spec.whatwg.org/), using
|
the [HTML5 Notification API](https://notifications.spec.whatwg.org/), using
|
||||||
the currently running operating system's native notification APIs to display it.
|
the currently running operating system's native notification APIs to display it.
|
||||||
|
|
||||||
Note: since this is an HTML5 API it is only avaialable in the renderer process.
|
Note: since this is an HTML5 API it is only available in the renderer process.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
var myNotification = new Notification('Title', {
|
var myNotification = new Notification('Title', {
|
||||||
|
|
Loading…
Add table
Reference in a new issue