Liking cljdoc? Tell your friends :D

web.performance.PerformanceNavigationTiming

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.
raw docstring

dom-completecljs

(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`
sourceraw docstring

dom-content-loaded-event-endcljs

(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`
sourceraw docstring

dom-content-loaded-event-startcljs

(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`
sourceraw docstring

dom-interactivecljs

(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`
sourceraw docstring

entry-typecljs

(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`
sourceraw docstring

initiator-typecljs

(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`
sourceraw docstring

load-event-endcljs

(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`
sourceraw docstring

load-event-startcljs

(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`
sourceraw docstring

redirect-countcljs

(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`
sourceraw docstring

request-startcljs

(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.
sourceraw docstring

set-dom-complete!cljs

(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`
sourceraw docstring

set-dom-content-loaded-event-end!cljs

(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`
sourceraw docstring

set-dom-content-loaded-event-start!cljs

(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`
sourceraw docstring

set-dom-interactive!cljs

(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`
sourceraw docstring

set-entry-type!cljs

(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`
sourceraw docstring

set-initiator-type!cljs

(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`
sourceraw docstring

set-load-event-end!cljs

(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`
sourceraw docstring

set-load-event-start!cljs

(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`
sourceraw docstring

set-redirect-count!cljs

(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`
sourceraw docstring

set-request-start!cljs

(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.
sourceraw docstring

set-type!cljs

(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`
sourceraw docstring

set-unload-event-end!cljs

(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`
sourceraw docstring

set-unload-event-start!cljs

(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`
sourceraw docstring

to-jsoncljs

(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`
sourceraw docstring

typecljs

(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`
sourceraw docstring

unload-event-endcljs

(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`
sourceraw docstring

unload-event-startcljs

(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`
sourceraw docstring

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

× close