ElectronWebContents.canGoToOffset method
ElectronWebContents › canGoToOffset
Unofficial
Returns whether the web page can go to the given offset.Signature:
canGoToOffset(offset: number): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| offset | number | The offset from the current entry. |
Returns: boolean — Whether the web page can go to the offset.