mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: add missing index arg in navigationHistory.canGoToOffset (#44989)
fix: add missing arg
This commit is contained in:
2
typings/internal-electron.d.ts
vendored
2
typings/internal-electron.d.ts
vendored
@@ -93,7 +93,7 @@ declare namespace Electron {
|
||||
_historyLength(): number;
|
||||
_canGoBack(): boolean;
|
||||
_canGoForward(): boolean;
|
||||
_canGoToOffset(): boolean;
|
||||
_canGoToOffset(index: number): boolean;
|
||||
_goBack(): void;
|
||||
_goForward(): void;
|
||||
_goToOffset(index: number): void;
|
||||
|
||||
Reference in New Issue
Block a user