sindresorhus/electron-dl

Enable an app to display a custom "interrupted" dialog

Open

#105 aperta il 13 feb 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (136 fork)user submission
enhancementhelp wanted

Metriche repository

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

Descrizione

Rather than just allowing the 'The download of {filename} was interrupted' system message box text to be customized, enable the app to provide a dialog box styled per the app.

Could perhaps be achieved by one of: (a) Add an 'onError' optional callback. (No "interrupted" dialog is displayed is this callback is specified.) (b) Allow a blank string to be specified as the value of 'errorMessage'. (No "interrupted" dialog is displayed if the string is ""; the "interrupted" result can be found by testing the 'state' returned by the 'done' event).

Guida contributor