-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
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
Electron 30 support #169
Comments
I believe this must be fixed in Electron. They need to support |
@sindresorhus But could you add a support for |
I guess what's missing then is a |
@sindresorhus So you'll add it after Electron implements it? |
Yes |
@sindresorhus Okay, thanks. |
Hello.
Recently Electron API has changed, deprecating BrowserView and introducing WebContentsView instead.
But it can be used only with BaseWindow instead of BrowserWindow.
And now
download(<BaseWindow>, url, options)
gives me an error:Are you planning to add Electron 30 compatibility?
The text was updated successfully, but these errors were encountered: