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.
(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.
(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.
(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.
(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
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close