Results 81 - 100 of 485

CSSKeyframeRule

The CSSKeyframeRule interface describes an object representing a set of style for a given keyframe. It corresponds to the contains of a single keyframe of a @keyframes at-rule. It implements the CSSRule interface with a type value of 8 (CSSRule.KEYFRAME_RULE).
API CSS Animations CSSOM Experimental Interface Reference

CSSKeyframesRule

The CSSKeyframesRule interface describes an object representing a complete set of keyframes for a CSS animation. It corresponds to the contains of a whole @keyframes at-rule. It implements the CSSRule interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).
API CSS Animations CSSOM Experimental Interface Reference

CSSPrimitiveValue

The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current computed value of a CSS property.
API CSSPrimitiveValue Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

CSSRuleList

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.
API CSSOM Interface NeedsBrowserCompatibility NeedsCompatTable Reference Référence

CSSValueList

The CSSValueList interface derives from the CSSValue interface and provides the abstraction of an ordered collection of CSS values.
API CSSValueList DOM Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

DOMCursor

A DOMCursor object represents an ongoing operation over a list of results. It is an enhanced DOMRequest that allows to iterate through a list of results asynchronously. Each time its continue() method is called, the DOMCursor tries to reach the next result in the list and calls its result's success or error accordingly.
API DOM Interface Non-standard Reference

DOMRequest

A DOMRequest object represents an ongoing operation. It provides callbacks that are called when the operation completes, as well as a reference to the operation's result. A DOM method that initiates an ongoing operation may return a DOMRequest object that you can use to monitor the progress of that operation.
API DOM Interface Non-standard Reference

EventSource

The EventSource interface is used to receive server-sent events. It connects to a server over HTTP and receives events in text/event-stream format without closing the connection.
API Interface Reference Server-sent events

ExtendableMessageEvent

The ExtendableMessageEvent interface of the ServiceWorker API represents the event object of a message event fired on a service worker (when a channel message is received on the ServiceWorkerGlobalScope from another context) — extends the lifetime of such events.
API Experimental ExtendableMessageEvent Interface Reference Service Workers