Skip to content

ElectronWebContents.incrementCapturerCount method

ElectronWebContents › incrementCapturerCount

Unofficial

Increases the capturer count by one.

Signature:

incrementCapturerCount(size?: ElectronSize | undefined, stayHidden?: boolean | undefined, stayAwake?: boolean | undefined): void

Parameters:

ParameterTypeDescription
size?ElectronSize | undefinedThe preferred size for the captured page.
stayHidden?boolean | undefinedWhether the page should stay hidden.
stayAwake?boolean | undefinedWhether the page should stay awake.

Returns: void