Update implementation as per feedback

This commit is contained in:
Samuel Attard 2017-05-30 19:06:51 +10:00
parent 6cdfb43e4e
commit 5048425e6e
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
22 changed files with 85 additions and 193 deletions

View file

@ -6,7 +6,7 @@ Process: [Main](../glossary.md#main-process)
## Using in the renderer process
If you want to use Notifications in a renderer process you should use the [HTML5 Notification API](../tutorial/notifications.md)
If you want to show Notifications from a renderer process you should use the [HTML5 Notification API](../tutorial/notifications.md)
## Class: Notification