-
-
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
Download image throw prompt window, if window_.webContents does not e… #103
Conversation
This is unlikely to get merged as-is. I don't think this is the best way to solve the problem. Try to find a solution that doesn't involve adding |
@sindresorhus updated |
By my previous comment, I meant, try to find a way without having to manually download the image. The Node.js request API is missing a lot of things that you get in Chrome for free, like proxy support and retrying. I think #104 would be a better solution. |
Updated solution with My proposal now to make "Save Image" in https://github.com/sindresorhus/electron-context-menu configurable. What do you think @sindresorhus? I mean, if a developer knows that he is using I know that this is wrong place to discuss this, but probably some other libraries using Also, one more restriction, that I'm reading session from The last build is timed out, can you please re-run it? Thanks! |
Why does |
I feel like you're trying to solve a problem we don't fully understand, that could maybe even be an Electron bug. |
You receive the |
most likely because I'm using |
that might be, yeah. But I don't know where to dig |
just tried that solution, still can see save dialog. Here is a code which I tried:
How you think should it work for Thanks! |
This sounds like an Electron bug. I would encourage you to open an issue over there. |
…xist