docs: fix erroneous removal warning for decrementCapturerCount (#36016)

This commit is contained in:
Jeremy Rose 2022-10-13 08:40:25 -07:00 коммит произвёл GitHub
Родитель ce138fe969
Коммит dc5d27a73b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
It is now automatically handled by `webContents.capturePage` when a page capture completes.