Liking cljdoc? Tell your friends :D
ClojureScript only.

web.deprecated.PerformanceNavigation

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

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

redirect-countcljs

(redirect-count this)

Property.

The legacy PerformanceNavigation.redirectCount read-only property an unsigned short representing the number of REDIRECTs done before the page.

amount = performanceNavigation.redirectCount;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation/redirectCount

Property.

The legacy PerformanceNavigation.redirectCount read-only property
an unsigned short representing the number of REDIRECTs done before
the page.

`amount = performanceNavigation.redirectCount;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation/redirectCount`
sourceraw docstring

typecljs

(type this)

Property.

The legacy PerformanceNavigation.type read-only property returns unsigned short containing a constant describing how the navigation this page was done. Possible values are:

type = performanceNavigation.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation/type

Property.

The legacy PerformanceNavigation.type read-only property returns
unsigned short containing a constant describing how the navigation
this page was done. Possible values are:

`type = performanceNavigation.type;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation/type`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close