ElectronWebContents.goToOffset method
ElectronWebContents › goToOffset
Unofficial
Navigates to the specified offset from the current entry.Signature:
goToOffset(offset: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| offset | number | The offset from the current entry. |
Returns: void