Skip to content

@ralphschuler.webgl shader factory.<internal>.PerformanceNavigation

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: PerformanceNavigation

@ralphschuler/webgl-shader-factory.<internal>.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

Table of contents

Properties

Methods

Properties

TYPE_BACK_FORWARD

Readonly TYPE_BACK_FORWARD: 2

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17100


TYPE_NAVIGATE

Readonly TYPE_NAVIGATE: 0

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17098


TYPE_RELOAD

Readonly TYPE_RELOAD: 1

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17099


TYPE_RESERVED

Readonly TYPE_RESERVED: 255

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17101


redirectCount

Readonly redirectCount: number

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17085


type

Readonly type: number

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17091

Methods

toJSON

toJSON(): any

Returns

any

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:17097

Typescript Libraries

Modules

Namespaces

Clone this wiki locally