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