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:
7971ce0
)
修改翻译不完善部分
author
张树源
<zhshy123@foxmail.com>
Wed, 9 Nov 2016 08:53:53 +0000
(16:53 +0800)
committer
GitHub
<noreply@github.com>
Wed, 9 Nov 2016 08:53:53 +0000
(16:53 +0800)
完善翻译内容
docs-translations/zh-CN/api/web-contents.md
patch
|
blob
|
history
diff --git
a/docs-translations/zh-CN/api/web-contents.md
b/docs-translations/zh-CN/api/web-contents.md
index
d82eb74
..
838fefc
100644
(file)
--- a/
docs-translations/zh-CN/api/web-contents.md
+++ b/
docs-translations/zh-CN/api/web-contents.md
@@
-32,7
+32,7
@@
var webContents = win.webContents
* `validatedURL` String
* `isMainFrame` Boolean
-这个事件类似 `did-finish-load` ,但是是在加载失败或取消加载时发出, 例如, `window.stop()` 请求结束.错误代码的完整列表和它们的含义都可以在 [
here
](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h) 找到.
+这个事件类似 `did-finish-load` ,但是是在加载失败或取消加载时发出, 例如, `window.stop()` 请求结束.错误代码的完整列表和它们的含义都可以在 [
这里
](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h) 找到.
### Event: 'did-frame-finish-load'