The PerformanceNavigationTiming interface provides methods and to store and retrieve metrics regarding the browser's document events. For example, this interface can be used to determine much time it takes to load or unload a document.
The PerformanceNavigationTiming interface provides methods and to store and retrieve metrics regarding the browser's document events. For example, this interface can be used to determine much time it takes to load or unload a document.
(dom-complete this)
Property.
The domComplete read-only property returns a timestamp
representing
time value equal to the time immediately before the user agent
the current document readiness of the current document to complete.
perfEntry.domComplete;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete
Property. The domComplete read-only property returns a `timestamp` representing time value equal to the time immediately before the user agent the current document readiness of the current document to complete. `perfEntry.domComplete;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete`
(dom-content-loaded-event-end this)
Property.
The domContentLoadedEventEnd read-only property returns a timestamp
the time value equal to the time immediately after the current
DOMContentLoaded event completes.
perfEntry.domContentLoadedEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd
Property. The domContentLoadedEventEnd read-only property returns a `timestamp` the time value equal to the time immediately after the current DOMContentLoaded event completes. `perfEntry.domContentLoadedEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd`
(dom-content-loaded-event-start this)
Property.
The domContentLoadedEventStart read-only property returns a timestamp
the time value equal to the time immediately before the user
fires the DOMContentLoaded event at the current document.
perfEntry.domContentLoadedEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventStart
Property. The domContentLoadedEventStart read-only property returns a `timestamp` the time value equal to the time immediately before the user fires the DOMContentLoaded event at the current document. `perfEntry.domContentLoadedEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventStart`
(dom-interactive this)
Property.
The domInteractive read-only property returns a timestamp
representing
time value equal to the time immediately before the user agent
the current document readiness of the current document to interactive.
perfEntry.domInteractive;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive
Property. The domInteractive read-only property returns a `timestamp` representing time value equal to the time immediately before the user agent the current document readiness of the current document to interactive. `perfEntry.domInteractive;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive`
(entry-type this)
Property.
The entryType property returns a web.dom.DOMString
representing
type of performance metric such as, for example, "mark". This
is read only.
var type = entry.entryType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType
Property. The entryType property returns a `web.dom.DOMString` representing type of performance metric such as, for example, \"mark\". This is read only. `var type = entry.entryType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType`
(initiator-type this)
Property.
The initiatorType read-only property is a string
that represents
type of resource that initiated the performance event.
resource.initiatorType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType
Property. The initiatorType read-only property is a `string` that represents type of resource that initiated the performance event. `resource.initiatorType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType`
(load-event-end this)
Property.
The loadEventEnd read-only property returns a timestamp
which
equal to the time when the load event of the current document
completed.
perfEntry.loadEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventEnd
Property. The loadEventEnd read-only property returns a `timestamp` which equal to the time when the load event of the current document completed. `perfEntry.loadEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventEnd`
(load-event-start this)
Property.
The loadEventStart read-only property returns a timestamp
representing
time value equal to the time immediately before the load event
the current document is fired.
perfEntry.loadEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart
Property. The loadEventStart read-only property returns a `timestamp` representing time value equal to the time immediately before the load event the current document is fired. `perfEntry.loadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart`
(redirect-count this)
Property.
The redirectCount property returns a timestamp
representing
number of redirects since the last non-redirect navigation under
current browsing context.
perfEntry.redirectCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/redirectCount
Property. The redirectCount property returns a `timestamp` representing number of redirects since the last non-redirect navigation under current browsing context. `perfEntry.redirectCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/redirectCount`
(request-start this)
Property.
A DOMHighResTimeStamp representing the time immediately before user agent starts requesting the resource from the server, or relevant application caches or from local resources.
Property. A DOMHighResTimeStamp representing the time immediately before user agent starts requesting the resource from the server, or relevant application caches or from local resources.
(set-dom-complete! this val)
Property.
The domComplete read-only property returns a timestamp
representing
time value equal to the time immediately before the user agent
the current document readiness of the current document to complete.
perfEntry.domComplete;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete
Property. The domComplete read-only property returns a `timestamp` representing time value equal to the time immediately before the user agent the current document readiness of the current document to complete. `perfEntry.domComplete;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete`
(set-dom-content-loaded-event-end! this val)
Property.
The domContentLoadedEventEnd read-only property returns a timestamp
the time value equal to the time immediately after the current
DOMContentLoaded event completes.
perfEntry.domContentLoadedEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd
Property. The domContentLoadedEventEnd read-only property returns a `timestamp` the time value equal to the time immediately after the current DOMContentLoaded event completes. `perfEntry.domContentLoadedEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd`
(set-dom-content-loaded-event-start! this val)
Property.
The domContentLoadedEventStart read-only property returns a timestamp
the time value equal to the time immediately before the user
fires the DOMContentLoaded event at the current document.
perfEntry.domContentLoadedEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventStart
Property. The domContentLoadedEventStart read-only property returns a `timestamp` the time value equal to the time immediately before the user fires the DOMContentLoaded event at the current document. `perfEntry.domContentLoadedEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domContentLoadedEventStart`
(set-dom-interactive! this val)
Property.
The domInteractive read-only property returns a timestamp
representing
time value equal to the time immediately before the user agent
the current document readiness of the current document to interactive.
perfEntry.domInteractive;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive
Property. The domInteractive read-only property returns a `timestamp` representing time value equal to the time immediately before the user agent the current document readiness of the current document to interactive. `perfEntry.domInteractive;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive`
(set-entry-type! this val)
Property.
The entryType property returns a web.dom.DOMString
representing
type of performance metric such as, for example, "mark". This
is read only.
var type = entry.entryType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType
Property. The entryType property returns a `web.dom.DOMString` representing type of performance metric such as, for example, \"mark\". This is read only. `var type = entry.entryType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/entryType`
(set-initiator-type! this val)
Property.
The initiatorType read-only property is a string
that represents
type of resource that initiated the performance event.
resource.initiatorType;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType
Property. The initiatorType read-only property is a `string` that represents type of resource that initiated the performance event. `resource.initiatorType;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType`
(set-load-event-end! this val)
Property.
The loadEventEnd read-only property returns a timestamp
which
equal to the time when the load event of the current document
completed.
perfEntry.loadEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventEnd
Property. The loadEventEnd read-only property returns a `timestamp` which equal to the time when the load event of the current document completed. `perfEntry.loadEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventEnd`
(set-load-event-start! this val)
Property.
The loadEventStart read-only property returns a timestamp
representing
time value equal to the time immediately before the load event
the current document is fired.
perfEntry.loadEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart
Property. The loadEventStart read-only property returns a `timestamp` representing time value equal to the time immediately before the load event the current document is fired. `perfEntry.loadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart`
(set-redirect-count! this val)
Property.
The redirectCount property returns a timestamp
representing
number of redirects since the last non-redirect navigation under
current browsing context.
perfEntry.redirectCount;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/redirectCount
Property. The redirectCount property returns a `timestamp` representing number of redirects since the last non-redirect navigation under current browsing context. `perfEntry.redirectCount;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/redirectCount`
(set-request-start! this val)
Property.
A DOMHighResTimeStamp representing the time immediately before user agent starts requesting the resource from the server, or relevant application caches or from local resources.
Property. A DOMHighResTimeStamp representing the time immediately before user agent starts requesting the resource from the server, or relevant application caches or from local resources.
(set-type! this val)
Property.
The type read-only property returns a string
representing the
of navigation. The value must be one of the following:
perfEntry.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/type
Property. The type read-only property returns a `string` representing the of navigation. The value must be one of the following: `perfEntry.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/type`
(set-unload-event-end! this val)
Property.
The unloadEventEnd read-only property returns a timestamp
representing
time value equal to the time immediately after the user agent
the unload event of the previous document. If there is no previous
this property value is 0.
perfEntry.unloadEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventEnd
Property. The unloadEventEnd read-only property returns a `timestamp` representing time value equal to the time immediately after the user agent the unload event of the previous document. If there is no previous this property value is 0. `perfEntry.unloadEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventEnd`
(set-unload-event-start! this val)
Property.
The unloadEventStart read-only property returns a timestamp
the time value equal to the time immediately before the user
starts the unload event of the previous document. If there is
previous document, this property returns 0.
perfEntry.unloadEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventStart
Property. The unloadEventStart read-only property returns a `timestamp` the time value equal to the time immediately before the user starts the unload event of the previous document. If there is previous document, this property returns 0. `perfEntry.unloadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventStart`
(to-json this)
Method.
The toJSON() method is a serializer - it returns a JSON representation
the web.performance.PerformanceNavigationTiming
object.
json = resourcePerfEntry.toJSON();
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/toJSON
Method. The toJSON() method is a serializer - it returns a JSON representation the `web.performance.PerformanceNavigationTiming` object. `json = resourcePerfEntry.toJSON();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/toJSON`
(type this)
Property.
The type read-only property returns a string
representing the
of navigation. The value must be one of the following:
perfEntry.type;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/type
Property. The type read-only property returns a `string` representing the of navigation. The value must be one of the following: `perfEntry.type;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/type`
(unload-event-end this)
Property.
The unloadEventEnd read-only property returns a timestamp
representing
time value equal to the time immediately after the user agent
the unload event of the previous document. If there is no previous
this property value is 0.
perfEntry.unloadEventEnd;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventEnd
Property. The unloadEventEnd read-only property returns a `timestamp` representing time value equal to the time immediately after the user agent the unload event of the previous document. If there is no previous this property value is 0. `perfEntry.unloadEventEnd;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventEnd`
(unload-event-start this)
Property.
The unloadEventStart read-only property returns a timestamp
the time value equal to the time immediately before the user
starts the unload event of the previous document. If there is
previous document, this property returns 0.
perfEntry.unloadEventStart;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventStart
Property. The unloadEventStart read-only property returns a `timestamp` the time value equal to the time immediately before the user starts the unload event of the previous document. If there is previous document, this property returns 0. `perfEntry.unloadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/unloadEventStart`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close