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 web.timestamp
the time value equal to the time immediately before the user
sets the current document readiness of the current document to
perfEntry.domComplete;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete
Property. The domComplete read-only property returns a `web.timestamp` the time value equal to the time immediately before the user sets the current document readiness of the current document to `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 web.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 `web.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 web.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 `web.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 web.timestamp
the time value equal to the time immediately before the user
sets the current document readiness of the current document to
perfEntry.domInteractive;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive
Property. The domInteractive read-only property returns a `web.timestamp` the time value equal to the time immediately before the user sets the current document readiness of the current document to `perfEntry.domInteractive;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive`
(duration this)
Property.
The duration property returns a web.timestamp
that is the duration
the web.performance entry
.
entry.duration;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration
Property. The duration property returns a `web.timestamp` that is the duration the `web.performance entry`. `entry.duration;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration`
(entry-type this)
Property.
The entryType property returns a 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 `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 web.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 `web.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 web.timestamp
is 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 `web.timestamp` is 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 web.timestamp
the time value equal to the time immediately before the load
of 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 `web.timestamp` the time value equal to the time immediately before the load of the current document is fired. `perfEntry.loadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart`
(name this)
Property.
The name property of the performance.PerformanceEntry
interface
a value that further specifies the value returned by the performance.PerformanceEntry.entryType
This property is read only.
var name = entry.name;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name
Property. The name property of the `performance.PerformanceEntry` interface a value that further specifies the value returned by the `performance.PerformanceEntry.entryType` This property is read only. `var name = entry.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name`
(redirect-count this)
Property.
The redirectCount property returns a web.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 `web.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-dom-complete! this val)
Property.
The domComplete read-only property returns a web.timestamp
the time value equal to the time immediately before the user
sets the current document readiness of the current document to
perfEntry.domComplete;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domComplete
Property. The domComplete read-only property returns a `web.timestamp` the time value equal to the time immediately before the user sets the current document readiness of the current document to `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 web.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 `web.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 web.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 `web.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 web.timestamp
the time value equal to the time immediately before the user
sets the current document readiness of the current document to
perfEntry.domInteractive;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive
Property. The domInteractive read-only property returns a `web.timestamp` the time value equal to the time immediately before the user sets the current document readiness of the current document to `perfEntry.domInteractive;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/domInteractive`
(set-duration! this val)
Property.
The duration property returns a web.timestamp
that is the duration
the web.performance entry
.
entry.duration;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration
Property. The duration property returns a `web.timestamp` that is the duration the `web.performance entry`. `entry.duration;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/duration`
(set-entry-type! this val)
Property.
The entryType property returns a 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 `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 web.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 `web.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 web.timestamp
is 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 `web.timestamp` is 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 web.timestamp
the time value equal to the time immediately before the load
of 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 `web.timestamp` the time value equal to the time immediately before the load of the current document is fired. `perfEntry.loadEventStart;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming/loadEventStart`
(set-name! this val)
Property.
The name property of the performance.PerformanceEntry
interface
a value that further specifies the value returned by the performance.PerformanceEntry.entryType
This property is read only.
var name = entry.name;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name
Property. The name property of the `performance.PerformanceEntry` interface a value that further specifies the value returned by the `performance.PerformanceEntry.entryType` This property is read only. `var name = entry.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/name`
(set-redirect-count! this val)
Property.
The redirectCount property returns a web.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 `web.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-start-time! this val)
Property.
The startTime property returns the first recorded web.timestamp
the web.performance entry
.
entry.startTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime
Property. The startTime property returns the first recorded `web.timestamp` the `web.performance entry`. `entry.startTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime`
(set-type! this val)
Property.
The type read-only property returns a web.string
representing
type 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 `web.string` representing type 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 web.timestamp
the 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 `web.timestamp` the 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 web.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 `web.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`
(start-time this)
Property.
The startTime property returns the first recorded web.timestamp
the web.performance entry
.
entry.startTime;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime
Property. The startTime property returns the first recorded `web.timestamp` the `web.performance entry`. `entry.startTime;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry/startTime`
(to-json this)
Method.
The toJSON() method is a serializer - it returns a JSON representation
the 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 `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 web.string
representing
type 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 `web.string` representing type 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 web.timestamp
the 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 `web.timestamp` the 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 web.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 `web.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