sindresorhus / electron-dl

Simplified file downloads for your Electron app
MIT License
1.16k stars 137 forks source link

feat: add optional onError callback options key #168

Open andrew1931 opened 6 months ago

andrew1931 commented 6 months ago

Hi, I would like to have an ability to handle interrupted errors by myself. Now all the errors are shown in Electron error dialog. For this I propose to have 'onError' optional callback in options. Cheers.