webview: adding load-commit event
This commit is contained in:
parent
6b8d4a43a3
commit
0a7a4c0d0a
7 changed files with 27 additions and 4 deletions
|
@ -335,6 +335,15 @@ examples.
|
|||
|
||||
## DOM events
|
||||
|
||||
### load-commit
|
||||
|
||||
* `url` String
|
||||
* `isMainFrame` Boolean
|
||||
|
||||
Fired when a load has committed. This includes navigation within the current
|
||||
document as well as subframe document-level loads, but does not include
|
||||
asynchronous resource loads.
|
||||
|
||||
### did-finish-load
|
||||
|
||||
Fired when the navigation is done, i.e. the spinner of the tab will stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue