sindresorhus/electron-context-menu
GitHub で見る"Download" actions do not work in webviews
Open
#122 opened on 2020年10月20日
bughelp wanted
Repository metrics
- Stars
- (1,471 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
"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.