mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Document isMainFrame argument for WebContents did-fail-load event.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user