Document isMainFrame argument for WebContents did-fail-load event.

This commit is contained in:
Rob Brackett 2016-04-04 19:36:19 -07:00
parent f12f87d6f0
commit 884c9cc2f5
3 changed files with 3 additions and 0 deletions

View file

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