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
ReadonlyTYPE_BACK_FORWARD: 2ReadonlyTYPE_NAVIGATE: 0ReadonlyTYPE_RELOAD: 1ReadonlyTYPE_RESERVED: 255
Deprecated