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.
(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.
(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.
(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.
(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.
(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.
(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.
(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
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(to-json this & args)
Method.
Returns a JSON object representing this PerformanceTiming object.
Method. Returns a JSON object representing this PerformanceTiming object.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close