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:
f25480d
)
:lipstick: Fix format.
author
Cheng Zhao
<zcbenz@gmail.com>
Wed, 7 May 2014 01:47:58 +0000
(09:47 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Wed, 7 May 2014 01:47:58 +0000
(09:47 +0800)
docs/api/browser-window.md
patch
|
blob
|
history
diff --git
a/docs/api/browser-window.md
b/docs/api/browser-window.md
index
e2966dc
..
60194ac
100644
(file)
--- a/
docs/api/browser-window.md
+++ b/
docs/api/browser-window.md
@@
-488,6
+488,7
@@
app.on('ready', function() {
```
**Note:**
+
1. The IPC message handler in web pages do not have a `event` parameter, which
is different from the handlers on browser side.
2. There is no way to send synchronous messages from browser side to web pages,