Add cross-origin frame webview spec
This commit is contained in:
parent
36989e19f8
commit
9f49b71b89
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
try {
|
||||
if (popup.location.toString() !== 'about:blank') {
|
||||
clearInterval(intervalID)
|
||||
ipcRenderer.send('answer', 'did not throw error')
|
||||
ipcRenderer.send('answer', `Did not throw error accessing location: ${popup.location}`)
|
||||
}
|
||||
} catch (error) {
|
||||
clearInterval(intervalID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue