Skip to content

ElectronWebContents.goToOffset method

ElectronWebContents › goToOffset

Unofficial

Navigates to the specified offset from the current entry.

Signature:

goToOffset(offset: number): void

Parameters:

Parameter Type Description
offset number The offset from the current entry.

Returns: void