Merge pull request #5214 from alexgleason/docs-downloaditem-typo

Fixed docs sample code programming error for DownloadItem
This commit is contained in:
Cheng Zhao 2016-04-20 13:44:31 +09:00
commit d7a391dc61

View file

@ -22,6 +22,7 @@ win.webContents.session.on('will-download', function(event, item, webContents) {
console.log("Download is cancelled or interrupted that can't be resumed");
}
});
});
```
## Events