sindresorhus/electron-dl

Alert when download completes

Open

#32 建立於 2017年11月8日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (1,206 star) (136 fork)user submission
enhancementhelp wanted

描述

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});
...

貢獻者指南