webview: adding page-title-set event
This commit is contained in:
parent
5ff9588b48
commit
87af6f9c80
7 changed files with 26 additions and 0 deletions
|
@ -310,6 +310,14 @@ Corresponds to the points in time when the spinner of the tab stops spinning.
|
|||
|
||||
Fired when a redirect was received while requesting a resource.
|
||||
|
||||
### page-title-set
|
||||
|
||||
* `title` String
|
||||
* `explicitSet` Boolean
|
||||
|
||||
Fired when page ttile is set during navigation. `explicitSet` is false when title is synthesised from file
|
||||
url.
|
||||
|
||||
### console-message
|
||||
|
||||
* `level` Integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue