"did-finish-load" should only emit for main frame, fixes #385.
This commit is contained in:
parent
2b0ec2bcc6
commit
7d38fe61d2
2 changed files with 13 additions and 1 deletions
|
@ -448,6 +448,13 @@ Emitted when the renderer process is crashed.
|
|||
Emitted when the navigation is done, i.e. the spinner of the tab will stop
|
||||
spinning, and the onload event was dispatched.
|
||||
|
||||
### Event: 'did-frame-finish-load'
|
||||
|
||||
* `event` Event
|
||||
* `isMainFrame` Boolean
|
||||
|
||||
Emitted when a frame has done navigation.
|
||||
|
||||
### Event: 'did-start-loading'
|
||||
|
||||
### Event: 'did-stop-loading'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue