Merge pull request #5214 from alexgleason/docs-downloaditem-typo
Fixed docs sample code programming error for DownloadItem
This commit is contained in:
commit
d7a391dc61
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue