sindresorhus/electron-context-menu

"Download" actions do not work in webviews

Open

#122 ouverte le 20 oct. 2020

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (167 forks)user submission
bughelp wanted

Métriques du dépôt

Stars
 (1 471 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

"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.

Guide contributeur