Firefox Tomorrow

web api instance property

PerformanceScriptTiming: window property

View on MDN ↗

Limited availability

The window read-only property of the PerformanceScriptTiming interface returns a reference to a Window object representing the window of the container (i.e., either the top-level document or an <iframe>) in which the long animation frame (LoAF)-causing script was executed.

Value

A Window object, or null if the window is no longer active (the object reference is a WeakRef).

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