Add isMainFrame
as last argument to WebContents did-fail-load
event.
Fixes #5013.
This commit is contained in:
parent
fa27120429
commit
f12f87d6f0
4 changed files with 32 additions and 6 deletions
5
spec/fixtures/api/did-fail-load-iframe.html
vendored
Normal file
5
spec/fixtures/api/did-fail-load-iframe.html
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<iframe src="file://a.txt"></iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue