mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #1356 from deepak1556/web_view_patch
webview: adding page-title-set event
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user