DownloadItem only needs one heading
This commit is contained in:
parent
d6684c4dcd
commit
39330affda
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# DownloadItem
|
## Class: DownloadItem
|
||||||
|
|
||||||
> Control file downloads from remote sources.
|
> Control file downloads from remote sources.
|
||||||
|
|
||||||
|
@ -37,8 +37,6 @@ win.webContents.session.on('will-download', (event, item, webContents) => {
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
## Class: DownloadItem
|
|
||||||
|
|
||||||
### Instance Events
|
### Instance Events
|
||||||
|
|
||||||
#### Event: 'updated'
|
#### Event: 'updated'
|
||||||
|
|
Loading…
Add table
Reference in a new issue