add ValidatedUrl to did-fail-load event

This commit is contained in:
Gohy Leandre 2015-08-31 11:18:10 +02:00
parent 9dc6cfc1e9
commit 590be75fa9
4 changed files with 5 additions and 3 deletions

View file

@ -32,6 +32,7 @@ Returns:
* `event` Event
* `errorCode` Integer
* `errorDescription` String
* `validatedUrl` String
This event is like `did-finish-load` but emitted when the load failed or was
cancelled, e.g. `window.stop()` is invoked.

View file

@ -384,6 +384,7 @@ Returns:
* `errorCode` Integer
* `errorDescription` String
* `validatedUrl` String
This event is like `did-finish-load`, but fired when the load failed or was
cancelled, e.g. `window.stop()` is invoked.