docs: fix erroneous removal warning for decrementCapturerCount (#36016)
This commit is contained in:
parent
ce138fe969
commit
dc5d27a73b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ w.capturePage().then(image => {
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
### Removed: `webContents.decrementCapturerCount(stayHidden, stayAwake)`
|
### Deprecated: `webContents.decrementCapturerCount(stayHidden, stayAwake)`
|
||||||
|
|
||||||
`webContents.decrementCapturerCount(stayHidden, stayAwake)` has been deprecated.
|
`webContents.decrementCapturerCount(stayHidden, stayAwake)` has been deprecated.
|
||||||
It is now automatically handled by `webContents.capturePage` when a page capture completes.
|
It is now automatically handled by `webContents.capturePage` when a page capture completes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue