Liking cljdoc? Tell your friends :D

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.

An unsigned short representing the number of REDIRECTs done before the page.

Property.

An unsigned short representing the number of REDIRECTs done before
the page.
sourceraw docstring

set-redirect-count!cljs

(set-redirect-count! this val)

Property.

An unsigned short representing the number of REDIRECTs done before the page.

Property.

An unsigned short representing the number of REDIRECTs done before
the page.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

An unsigned short which indicates how the navigation to this was done. Possible values are: TYPE_NAVIGATE (0) The page was accessed by following a link, a bookmark, a form or a script, or by typing the URL in the address bar. TYPE_RELOAD (1) The page was accessed by clicking the Reload button or via the method. TYPE_BACK_FORWARD (2) The page was accessed by navigating into the history. TYPE_RESERVED (255) Any other way.

Property.

An unsigned short which indicates how the navigation to this
was done. Possible values are:
TYPE_NAVIGATE (0)
The page was accessed by following a link, a bookmark, a form
or a script, or by typing the URL in the address bar.
TYPE_RELOAD (1)
The page was accessed by clicking the Reload button or via the
method.
TYPE_BACK_FORWARD (2)
The page was accessed by navigating into the history.
TYPE_RESERVED (255)
Any other way.
sourceraw docstring

to-jsoncljs

(to-json this & args)

Method.

Is a jsonizer returning a json object representing the PerformanceNavigation

Method.

Is a jsonizer returning a json object representing the PerformanceNavigation
sourceraw docstring

typecljs

(type this)

Property.

An unsigned short which indicates how the navigation to this was done. Possible values are: TYPE_NAVIGATE (0) The page was accessed by following a link, a bookmark, a form or a script, or by typing the URL in the address bar. TYPE_RELOAD (1) The page was accessed by clicking the Reload button or via the method. TYPE_BACK_FORWARD (2) The page was accessed by navigating into the history. TYPE_RESERVED (255) Any other way.

Property.

An unsigned short which indicates how the navigation to this
was done. Possible values are:
TYPE_NAVIGATE (0)
The page was accessed by following a link, a bookmark, a form
or a script, or by typing the URL in the address bar.
TYPE_RELOAD (1)
The page was accessed by clicking the Reload button or via the
method.
TYPE_BACK_FORWARD (2)
The page was accessed by navigating into the history.
TYPE_RESERVED (255)
Any other way.
sourceraw docstring

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

× close