ElectronWebContents.incrementCapturerCount method
ElectronWebContents › incrementCapturerCount
Unofficial
Increases the capturer count by one.Signature:
incrementCapturerCount(size?: ElectronSize | undefined, stayHidden?: boolean | undefined, stayAwake?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| size? | ElectronSize | undefined | The preferred size for the captured page. |
| stayHidden? | boolean | undefined | Whether the page should stay hidden. |
| stayAwake? | boolean | undefined | Whether the page should stay awake. |
Returns: void