docs: update link to did-fail-load
events (#25794)
* docs: update link to `did-fail-load` events * Update docs/api/web-contents.md Co-authored-by: Vlad Hashimoto <hashimoto.stream@gmail.com> Co-authored-by: Vlad Hashimoto <hashimoto.stream@gmail.com>
This commit is contained in:
parent
6677c5064f
commit
3402fe712c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Returns:
|
||||||
* `frameRoutingId` Integer
|
* `frameRoutingId` Integer
|
||||||
|
|
||||||
This event is like `did-finish-load` but emitted when the load failed.
|
This event is like `did-finish-load` but emitted when the load failed.
|
||||||
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).
|
The full list of error codes and their meaning is available [here](https://source.chromium.org/chromium/chromium/src/+/master:net/base/net_error_list.h).
|
||||||
|
|
||||||
#### Event: 'did-fail-provisional-load'
|
#### Event: 'did-fail-provisional-load'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue