ElectronWebContents.decrementCapturerCount method
ElectronWebContents › decrementCapturerCount
Unofficial
Decreases the capturer count by one.Signature:
decrementCapturerCount(stayHidden?: boolean | undefined, stayAwake?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| stayHidden? | boolean | undefined | Whether to decrease the hidden capturer count instead. |
| stayAwake? | boolean | undefined | Whether the page should stay awake. |
Returns: void