sindresorhus/electron-context-menu

"Download" actions do not work in webviews

Open

#122 aperta il 20 ott 2020

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (167 fork)user submission
bughelp wanted

Metriche repository

Star
 (1471 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor