Variable PerformanceNavigation
PerformanceNavigation: {
prototype: PerformanceNavigation;
TYPE_BACK_FORWARD: 2;
TYPE_NAVIGATE: 0;
TYPE_RELOAD: 1;
TYPE_RESERVED: 255;
new (): PerformanceNavigation;
}
prototype: PerformanceNavigation;
TYPE_BACK_FORWARD: 2;
TYPE_NAVIGATE: 0;
TYPE_RELOAD: 1;
TYPE_RESERVED: 255;
new (): PerformanceNavigation;
}
Type declaration
Returns PerformanceNavigation
prototype: PerformanceNavigation
Readonly
TYPE_BACK_FORWARD: 2Readonly
TYPE_NAVIGATE: 0Readonly
TYPE_RELOAD: 1Readonly
TYPE_RESERVED: 255
Deprecated