Interface PerformanceNavigation

The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.

Deprecated

This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.

MDN Reference

interface PerformanceNavigation {
TYPE_BACK_FORWARD : 2;
TYPE_NAVIGATE : 0;
TYPE_RELOAD : 1;
TYPE_RESERVED : 255;
redirectCount : number;
type : number;
toJSON (): any;
}

Properties

ReadonlyTYPE_BACK_FORWARD

TYPE_BACK_FORWARD: 2

ReadonlyTYPE_NAVIGATE

TYPE_NAVIGATE: 0

ReadonlyTYPE_RELOAD

TYPE_RELOAD: 1

ReadonlyTYPE_RESERVED

TYPE_RESERVED: 255

ReadonlyredirectCount

redirectCount: number

Deprecated

MDN Reference

Readonlytype

type: number

Deprecated

MDN Reference

Methods

toJSON

  • toJSON(): any
  • Returns any

    Deprecated

    MDN Reference

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /