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 (167 Forks)user submission
bughelp wanted

Repository-Metriken

Stars
 (1.471 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

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