Liking cljdoc? Tell your friends :D

web.performance.core

web.performance interfaces.

web.performance interfaces.
raw docstring

No vars found in this namespace.

web.performance.Performance

The Performance interface provides access to performance-related for the current page. It's part of the High Resolution Time API, is enhanced by the Performance Timeline API, the Navigation Timing the User Timing API, and the Resource Timing API.

The Performance interface provides access to performance-related
for the current page. It's part of the High Resolution Time API,
is enhanced by the Performance Timeline API, the Navigation Timing
the User Timing API, and the Resource Timing API.
raw docstring

web.performance.PerformanceEntry

The PerformanceEntry object encapsulates a single performance that is part of the performance timeline. A performance entry be directly created by making a performance mark or measure example by calling the mark() method) at an explicit point an application. Performance entries are also created in indirect such as loading a resource (such as an image).

The PerformanceEntry object encapsulates a single performance
that is part of the performance timeline. A performance entry
be directly created by making a performance `mark` or `measure`
example by calling the `mark()` method) at an explicit point
an application. Performance entries are also created in indirect
such as loading a resource (such as an image).
raw docstring

web.performance.PerformanceFrameTiming

PerformanceFrameTiming is an abstract interface that provides timing data about the browser's event loop.

PerformanceFrameTiming is an abstract interface that provides
timing data about the browser's event loop.
raw docstring

web.performance.PerformanceMark

PerformanceMark is an abstract interface for web.performance.PerformanceEntry with an entryType of "mark". Entries of this type are created calling performance.mark() to add a named web.dom.DOMHighResTimeStamp mark) to the browser's performance timeline.

PerformanceMark is an abstract interface for `web.performance.PerformanceEntry`
with an `entryType` of \"mark\". Entries of this type are created
calling `performance.mark()` to add a named `web.dom.DOMHighResTimeStamp`
mark) to the browser's performance timeline.
raw docstring

web.performance.PerformanceMeasure

PerformanceMeasure is an abstract interface for web.performance.PerformanceEntry with an entryType of "measure". Entries of this type are by calling performance.measure() to add a named web.dom.DOMHighResTimeStamp measure) between two marks to the browser's performance timeline.

PerformanceMeasure is an abstract interface for `web.performance.PerformanceEntry`
with an `entryType` of \"measure\". Entries of this type are
by calling `performance.measure()` to add a named `web.dom.DOMHighResTimeStamp`
measure) between two marks to the browser's performance timeline.
raw docstring

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

web.performance.PerformanceObserverEntryList

The PerformanceObserverEntryList interface is a list of peformance that were explicitly observed via the observe() method.

The PerformanceObserverEntryList interface is a list of peformance
that were explicitly observed via the `observe()` method.
raw docstring

web.performance.PerformancePaintTiming

The PerformancePaintTiming interface of the Paint Timing provides information about "paint" (also called "render") operations web page construction. "Paint" refers to conversion of the tree to on-screen pixels.

The PerformancePaintTiming interface of the Paint Timing provides
information about \"paint\" (also called \"render\") operations
web page construction. \"Paint\" refers to conversion of the
tree to on-screen pixels.
raw docstring

web.performance.PerformanceResourceTiming

The PerformanceResourceTiming interface enables retrieval and of detailed network timing data regarding the loading of an application's An application can use the timing metrics to determine, for example, length of time it takes to fetch a specific resource, such as web.XMLHttpRequest, <SVG>, image, or script.

The PerformanceResourceTiming interface enables retrieval and
of detailed network timing data regarding the loading of an application's
An application can use the timing metrics to determine, for example,
length of time it takes to fetch a specific resource, such as
`web.XMLHttpRequest`, `<SVG>`, image, or script.
raw docstring

web.performance.PerformanceServerTiming

The PerformanceServerTiming interface surfaces server metrics are sent with the response in the Server-Timing HTTP header.

The PerformanceServerTiming interface surfaces server metrics
are sent with the response in the `Server-Timing` HTTP header.
raw docstring

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

× close