sindresorhus/electron-context-menu

"Download" actions do not work in webviews

Open

#122 aberto em 20 de out. de 2020

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (167 forks)user submission
bughelp wanted

Métricas do repositório

Stars
 (1.471 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador