sindresorhus/electron-context-menu

"Download" actions do not work in webviews

Open

#122 geöffnet am 20. Okt. 2020

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.471 Stars) (167 Forks)user submission
bughelp wanted

Beschreibung

"Download" actions pass the webview as a window to electron-dl, but electron-dl does not support webviews. Electron-dl would need to change its specification or electron-context-menu should pass the parent window instead.

Contributor Guide