Skip to content

ElectronWebContents.canGoToOffset method

ElectronWebContents › canGoToOffset

Unofficial

Returns whether the web page can go to the given offset.

Signature:

canGoToOffset(offset: number): boolean

Parameters:

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

Returns: booleanWhether the web page can go to the offset.