projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1993139
)
Update desktop-environment-integration.md
author
Pier Bover
<yo@pierbover.com>
Fri, 25 Mar 2016 22:26:14 +0000
(16:26 -0600)
committer
Pier Bover
<yo@pierbover.com>
Fri, 25 Mar 2016 22:26:14 +0000
(16:26 -0600)
docs/tutorial/desktop-environment-integration.md
patch
|
blob
|
history
diff --git
a/docs/tutorial/desktop-environment-integration.md
b/docs/tutorial/desktop-environment-integration.md
index c35eea944bec6aa1354c3c74e08b8b07586cf35e..53fdf606d49145a4f66398e4c2e122f9314dacc1 100644
(file)
--- a/
docs/tutorial/desktop-environment-integration.md
+++ b/
docs/tutorial/desktop-environment-integration.md
@@
-15,6
+15,8
@@
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.
+
```javascript
var myNotification = new Notification('Title', {
body: 'Lorem Ipsum Dolor Sit Amet'