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:

ParameterTypeDescription
stayHidden?boolean | undefinedWhether to decrease the hidden capturer count instead.
stayAwake?boolean | undefinedWhether the page should stay awake.

Returns: void