Firefox Tomorrow

web api instance property

PerformanceScriptTiming: pauseDuration property

View on MDN ↗

Limited availability

The pauseDuration read-only property of the PerformanceScriptTiming interface returns a DOMHighResTimeStamp indicating the total time, in milliseconds, spent by the script on “pausing” synchronous operations (for example, alert() calls or synchronous XMLHttpRequests).

Value

A DOMHighResTimeStamp.

Examples

See Long animation frame timing for examples related to the Long Animation Frames API.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also