We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const webview = webContents.fromId(webviewel.getWebContentsId()) webview.addListener('will-navigate', e => console.log(e))
This code must return an object like this
{ isTrusted: false url: "https://mail.google.com/" bubbles: false cancelBubble: false cancelable: false composed: false currentTarget: null defaultPrevented: false eventPhase: 0 returnValue: true srcElement: webview#webview.w-screen.h-[calc(100vh-40px)] target: webview#webview.w-screen.h-[calc(100vh-40px)] timeStamp: 1475.2000000001863 type: "will-navigate" }
But returns an empty object with no data
{}
I do not understand the issue here properly. Please get to me as soon as possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
This code must return an object like this
Actual Behavior
But returns an empty object with no data
I do not understand the issue here properly. Please get to me as soon as possible.
The text was updated successfully, but these errors were encountered: