expose WebFrame#routingId (#12614)
* expose WebFrame#routingId and pass it to WebContents frame specific events along with frameProcessId; add WebContets.did-start-navigation event * fix compilation error on ia32 Windows
This commit is contained in:
parent
152422af81
commit
4fcd178c36
6 changed files with 116 additions and 11 deletions
|
@ -24,6 +24,7 @@ const supportedWebViewEvents = [
|
|||
'devtools-focused',
|
||||
'new-window',
|
||||
'will-navigate',
|
||||
'did-start-navigation',
|
||||
'did-navigate',
|
||||
'did-navigate-in-page',
|
||||
'close',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue