Merge pull request #3203 from etiktin/patch-1

Update web-contents.md
This commit is contained in:
Cheng Zhao 2015-10-26 10:34:13 +08:00
commit 3dd6425592

View file

@ -36,6 +36,7 @@ Returns:
This event is like `did-finish-load` but emitted when the load failed or was This event is like `did-finish-load` but emitted when the load failed or was
cancelled, e.g. `window.stop()` is invoked. cancelled, e.g. `window.stop()` is invoked.
The full list of error codes and their meaning is available [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h).
### Event: 'did-frame-finish-load' ### Event: 'did-frame-finish-load'