mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update desktop-environment-integration.md
This commit is contained in:
@@ -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 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
|
||||
var myNotification = new Notification('Title', {
|
||||
|
||||
Reference in New Issue
Block a user