Liking cljdoc? Tell your friends :D

web.deprecated.PerformanceTiming

The PerformanceTiming interface is a legacy interface kept for compatibility and contains properties that offer performance information for various events which occur during the loading use of the current page. You get a PerformanceTiming object describing page using the window.performance.timing property.

The PerformanceTiming interface is a legacy interface kept for
compatibility and contains properties that offer performance
information for various events which occur during the loading
use of the current page. You get a PerformanceTiming object describing
page using the `window.performance.timing` property.
raw docstring

connect-endcljs

(connect-end this)

Property.

When the connection is opened network. If the transport layer an error and the connection establishment is started again, the connection establishment end time is given. If a persistent connection used, the value will be the same as PerformanceTiming.fetchStart. connection is considered as opened when all secure connection or SOCKS authentication, is terminated.

Property.

When the connection is opened network. If the transport layer
an error and the connection establishment is started again, the
connection establishment end time is given. If a persistent connection
used, the value will be the same as PerformanceTiming.fetchStart.
connection is considered as opened when all secure connection
or SOCKS authentication, is terminated.
sourceraw docstring

connect-startcljs

(connect-start this)

Property.

When the request to open a connection is sent to the network. the transport layer reports an error and the connection establishment started again, the last connection establishment start time is If a persistent connection is used, the value will be the same PerformanceTiming.fetchStart.

Property.

When the request to open a connection is sent to the network.
the transport layer reports an error and the connection establishment
started again, the last connection establishment start time is
If a persistent connection is used, the value will be the same
PerformanceTiming.fetchStart.
sourceraw docstring

dom-completecljs

(dom-complete this)

Property.

When the parser finished its work on the main document, that when its Document.readyState changes to 'complete' and the corresponding event is thrown.

Property.

When the parser finished its work on the main document, that
when its Document.readyState changes to 'complete' and the corresponding
event is thrown.
sourceraw docstring

dom-content-loaded-event-endcljs

(dom-content-loaded-event-end this)

Property.

Right after all the scripts that need to be executed as soon possible, in order or not, have been executed.

Property.

Right after all the scripts that need to be executed as soon
possible, in order or not, have been executed.
sourceraw docstring

dom-content-loaded-event-startcljs

(dom-content-loaded-event-start this)

Property.

Right before the parser sent the DOMContentLoaded event, that right after all the scripts that need to be executed right after have been executed.

Property.

Right before the parser sent the DOMContentLoaded event, that
right after all the scripts that need to be executed right after
have been executed.
sourceraw docstring

dom-interactivecljs

(dom-interactive this)

Property.

When the parser finished its work on the main document, that when its Document.readyState changes to 'interactive' and the readystatechange event is thrown.

Property.

When the parser finished its work on the main document, that
when its Document.readyState changes to 'interactive' and the
readystatechange event is thrown.
sourceraw docstring

dom-loadingcljs

(dom-loading this)

Property.

When the parser started its work, that is when its Document.readyState to 'loading' and the corresponding readystatechange event is

Property.

When the parser started its work, that is when its Document.readyState
to 'loading' and the corresponding readystatechange event is
sourceraw docstring

domain-lookup-endcljs

(domain-lookup-end this)

Property.

When the domain lookup is finished. If a persistent connection used, or the information is stored in a cache or a local resource, value will be the same as PerformanceTiming.fetchStart.

Property.

When the domain lookup is finished. If a persistent connection
used, or the information is stored in a cache or a local resource,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

domain-lookup-startcljs

(domain-lookup-start this)

Property.

When the domain lookup starts. If a persistent connection is or the information is stored in a cache or a local resource, value will be the same as PerformanceTiming.fetchStart.

Property.

When the domain lookup starts. If a persistent connection is
or the information is stored in a cache or a local resource,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

fetch-startcljs

(fetch-start this)

Property.

When the browser is ready to fetch the document using an HTTP This moment is before the check to any application cache.

Property.

When the browser is ready to fetch the document using an HTTP
This moment is before the check to any application cache.
sourceraw docstring

load-event-endcljs

(load-event-end this)

Property.

When the load event handler terminated, that is when the load is completed. If this event has not yet been sent, or is not completed, it returns 0.

Property.

When the load event handler terminated, that is when the load
is completed. If this event has not yet been sent, or is not
completed, it returns 0.
sourceraw docstring

load-event-startcljs

(load-event-start this)

Property.

When the load event was sent for the current document. If this has not yet been sent, it returns 0.

Property.

When the load event was sent for the current document. If this
has not yet been sent, it returns 0.
sourceraw docstring

(navigation-start this)

Property.

When the prompt for unload terminates on the previous document the same browsing context. If there is no previous document, value will be the same as PerformanceTiming.fetchStart.

Property.

When the prompt for unload terminates on the previous document
the same browsing context. If there is no previous document,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

redirect-endcljs

(redirect-end this)

Property.

When the last HTTP redirect is completed, that is when the last of the HTTP response has been received. If there is no redirect, if one of the redirects is not of the same origin, the value is 0.

Property.

When the last HTTP redirect is completed, that is when the last
of the HTTP response has been received. If there is no redirect,
if one of the redirects is not of the same origin, the value
is 0.
sourceraw docstring

redirect-startcljs

(redirect-start this)

Property.

When the first HTTP redirect starts. If there is no redirect, if one of the redirects is not of the same origin, the value is 0.

Property.

When the first HTTP redirect starts. If there is no redirect,
if one of the redirects is not of the same origin, the value
is 0.
sourceraw docstring

request-startcljs

(request-start this)

Property.

When the browser sent the request to obtain the actual document, the server or from a cache. If the transport layer fails after start of the request and the connection is reopened, this property be set to the time corresponding to the new request.

Property.

When the browser sent the request to obtain the actual document,
the server or from a cache. If the transport layer fails after
start of the request and the connection is reopened, this property
be set to the time corresponding to the new request.
sourceraw docstring

response-endcljs

(response-end this)

Property.

When the browser received the last byte of the response, or when connection is closed if this happened first, from the server, cache, or from a local resource.

Property.

When the browser received the last byte of the response, or when
connection is closed if this happened first, from the server,
cache, or from a local resource.
sourceraw docstring

response-startcljs

(response-start this)

Property.

When the browser received the first byte of the response, from server from a cache, or from a local resource.

Property.

When the browser received the first byte of the response, from
server from a cache, or from a local resource.
sourceraw docstring

secure-connection-startcljs

(secure-connection-start this)

Property.

When the secure connection handshake starts. If no such connection requested, it returns 0.

Property.

When the secure connection handshake starts. If no such connection
requested, it returns 0.
sourceraw docstring

set-connect-end!cljs

(set-connect-end! this val)

Property.

When the connection is opened network. If the transport layer an error and the connection establishment is started again, the connection establishment end time is given. If a persistent connection used, the value will be the same as PerformanceTiming.fetchStart. connection is considered as opened when all secure connection or SOCKS authentication, is terminated.

Property.

When the connection is opened network. If the transport layer
an error and the connection establishment is started again, the
connection establishment end time is given. If a persistent connection
used, the value will be the same as PerformanceTiming.fetchStart.
connection is considered as opened when all secure connection
or SOCKS authentication, is terminated.
sourceraw docstring

set-connect-start!cljs

(set-connect-start! this val)

Property.

When the request to open a connection is sent to the network. the transport layer reports an error and the connection establishment started again, the last connection establishment start time is If a persistent connection is used, the value will be the same PerformanceTiming.fetchStart.

Property.

When the request to open a connection is sent to the network.
the transport layer reports an error and the connection establishment
started again, the last connection establishment start time is
If a persistent connection is used, the value will be the same
PerformanceTiming.fetchStart.
sourceraw docstring

set-dom-complete!cljs

(set-dom-complete! this val)

Property.

When the parser finished its work on the main document, that when its Document.readyState changes to 'complete' and the corresponding event is thrown.

Property.

When the parser finished its work on the main document, that
when its Document.readyState changes to 'complete' and the corresponding
event is thrown.
sourceraw docstring

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

(set-dom-content-loaded-event-end! this val)

Property.

Right after all the scripts that need to be executed as soon possible, in order or not, have been executed.

Property.

Right after all the scripts that need to be executed as soon
possible, in order or not, have been executed.
sourceraw docstring

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

(set-dom-content-loaded-event-start! this val)

Property.

Right before the parser sent the DOMContentLoaded event, that right after all the scripts that need to be executed right after have been executed.

Property.

Right before the parser sent the DOMContentLoaded event, that
right after all the scripts that need to be executed right after
have been executed.
sourceraw docstring

set-dom-interactive!cljs

(set-dom-interactive! this val)

Property.

When the parser finished its work on the main document, that when its Document.readyState changes to 'interactive' and the readystatechange event is thrown.

Property.

When the parser finished its work on the main document, that
when its Document.readyState changes to 'interactive' and the
readystatechange event is thrown.
sourceraw docstring

set-dom-loading!cljs

(set-dom-loading! this val)

Property.

When the parser started its work, that is when its Document.readyState to 'loading' and the corresponding readystatechange event is

Property.

When the parser started its work, that is when its Document.readyState
to 'loading' and the corresponding readystatechange event is
sourceraw docstring

set-domain-lookup-end!cljs

(set-domain-lookup-end! this val)

Property.

When the domain lookup is finished. If a persistent connection used, or the information is stored in a cache or a local resource, value will be the same as PerformanceTiming.fetchStart.

Property.

When the domain lookup is finished. If a persistent connection
used, or the information is stored in a cache or a local resource,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

set-domain-lookup-start!cljs

(set-domain-lookup-start! this val)

Property.

When the domain lookup starts. If a persistent connection is or the information is stored in a cache or a local resource, value will be the same as PerformanceTiming.fetchStart.

Property.

When the domain lookup starts. If a persistent connection is
or the information is stored in a cache or a local resource,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

set-fetch-start!cljs

(set-fetch-start! this val)

Property.

When the browser is ready to fetch the document using an HTTP This moment is before the check to any application cache.

Property.

When the browser is ready to fetch the document using an HTTP
This moment is before the check to any application cache.
sourceraw docstring

set-load-event-end!cljs

(set-load-event-end! this val)

Property.

When the load event handler terminated, that is when the load is completed. If this event has not yet been sent, or is not completed, it returns 0.

Property.

When the load event handler terminated, that is when the load
is completed. If this event has not yet been sent, or is not
completed, it returns 0.
sourceraw docstring

set-load-event-start!cljs

(set-load-event-start! this val)

Property.

When the load event was sent for the current document. If this has not yet been sent, it returns 0.

Property.

When the load event was sent for the current document. If this
has not yet been sent, it returns 0.
sourceraw docstring

set-navigation-start!cljs

(set-navigation-start! this val)

Property.

When the prompt for unload terminates on the previous document the same browsing context. If there is no previous document, value will be the same as PerformanceTiming.fetchStart.

Property.

When the prompt for unload terminates on the previous document
the same browsing context. If there is no previous document,
value will be the same as PerformanceTiming.fetchStart.
sourceraw docstring

set-redirect-end!cljs

(set-redirect-end! this val)

Property.

When the last HTTP redirect is completed, that is when the last of the HTTP response has been received. If there is no redirect, if one of the redirects is not of the same origin, the value is 0.

Property.

When the last HTTP redirect is completed, that is when the last
of the HTTP response has been received. If there is no redirect,
if one of the redirects is not of the same origin, the value
is 0.
sourceraw docstring

set-redirect-start!cljs

(set-redirect-start! this val)

Property.

When the first HTTP redirect starts. If there is no redirect, if one of the redirects is not of the same origin, the value is 0.

Property.

When the first HTTP redirect starts. If there is no redirect,
if one of the redirects is not of the same origin, the value
is 0.
sourceraw docstring

set-request-start!cljs

(set-request-start! this val)

Property.

When the browser sent the request to obtain the actual document, the server or from a cache. If the transport layer fails after start of the request and the connection is reopened, this property be set to the time corresponding to the new request.

Property.

When the browser sent the request to obtain the actual document,
the server or from a cache. If the transport layer fails after
start of the request and the connection is reopened, this property
be set to the time corresponding to the new request.
sourceraw docstring

set-response-end!cljs

(set-response-end! this val)

Property.

When the browser received the last byte of the response, or when connection is closed if this happened first, from the server, cache, or from a local resource.

Property.

When the browser received the last byte of the response, or when
connection is closed if this happened first, from the server,
cache, or from a local resource.
sourceraw docstring

set-response-start!cljs

(set-response-start! this val)

Property.

When the browser received the first byte of the response, from server from a cache, or from a local resource.

Property.

When the browser received the first byte of the response, from
server from a cache, or from a local resource.
sourceraw docstring

set-secure-connection-start!cljs

(set-secure-connection-start! this val)

Property.

When the secure connection handshake starts. If no such connection requested, it returns 0.

Property.

When the secure connection handshake starts. If no such connection
requested, it returns 0.
sourceraw docstring

set-unload-event-end!cljs

(set-unload-event-end! this val)

Property.

When the unload event handler finishes. If there is no previous or if the previous document, or one of the needed redirects, not of the same origin, the value returned is 0.

Property.

When the unload event handler finishes. If there is no previous
or if the previous document, or one of the needed redirects,
not of the same origin, the value returned is 0.
sourceraw docstring

set-unload-event-start!cljs

(set-unload-event-start! this val)

Property.

When the unload event has been thrown, indicating the time at the previous document in the window began to unload. If there no previous document, or if the previous document or one of the redirects is not of the same origin, the value returned is 0.

Property.

When the unload event has been thrown, indicating the time at
the previous document in the window began to unload. If there
no previous document, or if the previous document or one of the
redirects is not of the same origin, the value returned is 0.
sourceraw docstring

to-jsoncljs

(to-json this & args)

Method.

Returns a JSON object representing this PerformanceTiming object.

Method.

Returns a JSON object representing this PerformanceTiming object.
sourceraw docstring

unload-event-endcljs

(unload-event-end this)

Property.

When the unload event handler finishes. If there is no previous or if the previous document, or one of the needed redirects, not of the same origin, the value returned is 0.

Property.

When the unload event handler finishes. If there is no previous
or if the previous document, or one of the needed redirects,
not of the same origin, the value returned is 0.
sourceraw docstring

unload-event-startcljs

(unload-event-start this)

Property.

When the unload event has been thrown, indicating the time at the previous document in the window began to unload. If there no previous document, or if the previous document or one of the redirects is not of the same origin, the value returned is 0.

Property.

When the unload event has been thrown, indicating the time at
the previous document in the window began to unload. If there
no previous document, or if the previous document or one of the
redirects is not of the same origin, the value returned is 0.
sourceraw docstring

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

× close