Skip to content

ElectronWebContents.decrementCapturerCount method

ElectronWebContents › decrementCapturerCount

Unofficial

Decreases the capturer count by one.

Signature:

decrementCapturerCount(stayHidden?: boolean | undefined, stayAwake?: boolean | undefined): void

Parameters:

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