add did-frame-navigate event to WebContents (#12723)
* add did-frame-navigate event to WebContents, pass http response code to it and did-navigate * docs for frame routing id related api changes on WebFrame and WebContents
This commit is contained in:
parent
c67d1b62e3
commit
55a7f6f0ce
5 changed files with 87 additions and 8 deletions
|
@ -26,6 +26,7 @@ const supportedWebViewEvents = [
|
|||
'will-navigate',
|
||||
'did-start-navigation',
|
||||
'did-navigate',
|
||||
'did-frame-navigate',
|
||||
'did-navigate-in-page',
|
||||
'close',
|
||||
'crashed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue