sindresorhus/electron-dl

Alert when download completes

Offen

#32 geöffnet am 08.11.2017

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (136 Forks)user submission
enhancementhelp wanted

Repository-Metriken

Stars
 (1.206 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi - nice lib - really usefull!

I am not extremely experienced so would appreciate if you could show an example or explain how to handle the completion event?

I currently have the following in my main.dev.js file and would like to have some way of handling the completion of the download (instead of opening the folder):

import { app, BrowserWindow } from 'electron';
...
require('electron-dl')({openFolderWhenDone:true});
...

Contributor Guide