Articles tagged: Experimental
Found 1111 documents
- Mozilla/B2G_OS/API/Telephony/ownAudioChannel The ownAudioChannel() method of the Telephony interface designates the calling app as the owner ...
- Mozilla/Firefox/Experimental_features In order to test new features, Mozilla publishes a test version of the Firefox browser, Firefox ...
- Web/API/Animation The Animation interface of the Web Animations API represents a single animation player and ...
- Web/API/Animation/Animation The Animation() constructor of the Web Animations API returns a new Animation object instance.
- Web/API/Animation/cancel The Animation.cancel() method of the Animation interface clears all keyframeEffects caused by ...
- Web/API/Animation/currentTime The Animation.currentTime property of the Web Animations API returns and sets the current time ...
- Web/API/Animation/effect The Animation.effect property of the Web Animations API gets and sets the target effect of an ...
- Web/API/Animation/finish None.
- Web/API/Animation/finished The Animation.finished read-only property of the Web Animations API allows you to return the ...
- Web/API/Animation/id The Animation.id property of the Web Animations API returns or sets a string used to identify ...
- Web/API/Animation/oncancel The Animation.oncancel property of the Web Animations API is the event handler for the cancel event.
- Web/API/Animation/onfinish The Animation.onfinish property of the Web Animations API is the event handler for the finish event.
- Web/API/Animation/pause The Animation.pause() method of the Animation interface suspends playback of the animation.
- Web/API/Animation/play None.
- Web/API/Animation/playbackRate The Animation.playbackRate property of the Web Animations API returns or sets the playback rate ...
- Web/API/Animation/playState The Animation.playState property of the Web Animations API returns and sets an enumerated value ...
- Web/API/Animation/ready The Animation.ready property of the Web Animations API returns the current ready Promise for ...
- Web/API/Animation/reverse None.
- Web/API/Animation/startTime The Animation.startTime property of the Animation interface returns or sets the scheduled time ...
- Web/API/Animation/timeline The Animation.timeline property of the Animation interface returns or sets the timeline ...
- Web/API/AnimationEffectReadOnly The AnimationEffectReadOnly interface of the Web Animations API defines current and future ...
- Web/API/AnimationEffectReadOnly/getComputedTiming The getComputedTiming() method of the AnimationEffectReadOnly interface returns the calculated ...
- Web/API/AnimationEffectReadOnly/timing The AnimationEffectReadOnly.timing read-only attribute of the AnimationEffectReadOnly interface ...
- Web/API/AnimationEffectTiming The AnimationEffectTiming interface of the Web Animations API is comprised of timing properties. ...
- Web/API/AnimationEffectTimingProperties Element.animate(), KeyframeEffectReadOnly.KeyframeEffectReadOnly(), and ...
- Web/API/AnimationEffectTimingProperties/delay The delay property of the Web Animations API represents the number of milliseconds to delay the ...
- Web/API/AnimationEffectTimingProperties/direction The direction property of the Web Animations API represents the direction of the animation's ...
- Web/API/AnimationEffectTimingProperties/easing The easing property of the Web Animations API represents the timing function used to scale the ...
- Web/API/AnimationEffectTimingProperties/endDelay The endDelay property of the Web Animations API represents the number of milliseconds to delay ...
- Web/API/AnimationEffectTimingProperties/fill The fill property of the Web Animations API dictates how and when the animation's effects should ...
- Web/API/AnimationEffectTimingProperties/iterations The iterations property of the Web Animations API the number of times the animation should ...
- Web/API/AnimationEffectTimingProperties/iterationStart The iterationStart property of the Web Animations API represents which repetition the animation ...
- Web/API/AnimationEffectTimingReadOnly The AnimationEffectTimingReadOnly interface of the Web Animations API is comprised of timing ...
- Web/API/AnimationEffectTimingReadOnly/delay The delay property of the AnimationEffectTimingReadOnly object represents the number of ...
- Web/API/AnimationEffectTimingReadOnly/direction The direction property of the AnimationEffectTimingReadOnly dictionary object represents the ...
- Web/API/AnimationEffectTimingReadOnly/duration The duration property of AnimationEffectTimingReadOnly represents the duration in milliseconds ...
- Web/API/AnimationEffectTimingReadOnly/easing The easing property of the AnimationEffectTimingReadOnly object represents the timing function ...
- Web/API/AnimationEffectTimingReadOnly/endDelay The endDelay property of AnimationEffectTimingReadOnly represents the number of milliseconds to ...
- Web/API/AnimationEffectTimingReadOnly/fill The fill property of AnimationEffectTimingReadOnly dictates how and when the animation's effects ...
- Web/API/AnimationEffectTimingReadOnly/iterations The iterations property of AnimationEffectTimingReadOnly represents the number of times the ...
- Web/API/AnimationEffectTimingReadOnly/iterationStart The iterationStart property of AnimationEffectTimingReadOnly represents which repetition the ...
- Web/API/AnimationEvent The AnimationEvent interface represents events providing information related to animations.
- Web/API/AnimationEvent/AnimationEvent The AnimationEvent() constructor returns a newly created AnimationEvent, representing an event ...
- Web/API/AnimationEvent/animationName The AnimationEvent.animationName read-only property is a DOMString containing the value of the ...
- Web/API/AnimationEvent/elapsedTime The AnimationEvent.elapsedTime read-only property is a float giving the amount of time the ...
- Web/API/AnimationEvent/pseudoElement The AnimationEvent.pseudoElement read-only property is a DOMString, starting with '::', ...
- Web/API/AnimationPlaybackEvent The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
- Web/API/AnimationPlaybackEvent/AnimationPlaybackEvent The AnimationPlaybackEvent() constructor of the Web Animations API returns a new ...
- Web/API/AnimationPlaybackEvent/currentTime The currentTime read-only property of the AnimationPlaybackEvent interface represents the ...
- Web/API/AnimationPlaybackEvent/timelineTime The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time ...
- Web/API/AnimationTimeline The AnimationTimeline interface of the Web Animations API represents the timeline of animation. ...
- Web/API/AnimationTimeline/currentTime The currentTime read only property of the AnimationTimeline interface returns the current time ...
- Web/API/BeforeInstallPromptEvent The BeforeInstallPromptEvent is fired at the Window.onbeforeinstallprompt handler before a user ...
- Web/API/BeforeInstallPromptEvent/prompt The prompt() method of the BeforeInstallPromptEvent interface allows a developer to show the ...
- Web/API/Blob/Blob The Blob() constructor returns a new Blob object. The content of the blob consists of the ...
- Web/API/BlobEvent The BlobEvent interface represents events associated with a Blob. These blobs are typically, but ...
- Web/API/BlobEvent/BlobEvent The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.
- Web/API/BlobEvent/data The BlobEvent.data read-only property represents a Blob associated with the event.
- Web/API/Body The Body mixin of the Fetch API represents the body of the response/request, allowing you to ...
- Web/API/Body/arrayBuffer The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion. ...
- Web/API/Body/blob The blob() method of the Body mixin takes a Response stream and reads it to completion. It ...
- Web/API/Body/bodyUsed The bodyUsed read-only property of the Body mixin contains a Boolean that indicates whether the ...
- Web/API/Body/formData The formData() method of the Body mixin takes a Response stream and reads it to completion. It ...
- Web/API/Body/json The json() method of the Body mixin takes a Response stream and reads it to completion. It ...
- Web/API/Body/text The text() method of the Body mixin takes a Response stream and reads it to completion. It ...
- Web/API/BroadcastChannel The BroadcastChannel interface represents a named channel that any browsing context of a given ...
- Web/API/BroadcastChannel/BroadcastChannel The BroadcastChannel() constructor creates a new BroadcastChannel and connects it to the ...
- Web/API/BroadcastChannel/close The BroadcastChannel.close() terminates the connection to the underlying channel, allowing the ...
- Web/API/BroadcastChannel/name The read-only BroadcastChannel.name property returns a DOMString, which uniquely identifies the ...
- Web/API/BroadcastChannel/onmessage The BroadcastChannel.onmessage event handler is a property that specifies the function to ...
- Web/API/BroadcastChannel/postMessage The BroadcastChannel.postMessage() sends a message, which can be of any kind of Object, to each ...
- Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
- Web/API/Cache/add The add() method of the Cache interface takes a URL, retrieves it and adds the resulting ...
- Web/API/Cache/addAll The addAll() method of the Cache interface takes an array of URLS, retrieves them, and adds the ...
- Web/API/Cache/delete The delete() method of the Cache interface finds the Cache entry whose key is the request, and ...
- Web/API/Cache/keys The keys() method of the Cache interface returns a Promise that resolves to an array of Cache keys.
- Web/API/Cache/match The match() method of the Cache interface returns a Promise that resolves to the Response ...
- Web/API/Cache/matchAll The matchAll() method of the Cache interface returns a Promise that resolves to an array of all ...
- Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
- Web/API/CacheStorage The CacheStorage interface represents the storage for Cache objects. It provides a master ...
- Web/API/CacheStorage/delete The delete () method of the CacheStorage interface finds the Cache object matching the ...
- Web/API/CacheStorage/has The has() method of the CacheStorage interface returns a Promise that resolves to true if a ...
- Web/API/CacheStorage/keys The keys () method of the CacheStorage interface returns a Promise that will resolve with an ...
- Web/API/CacheStorage/match The match() method of the CacheStorage interface checks if a given Request is a key in any of ...
- Web/API/CacheStorage/open The open() method of the CacheStorage interface returns a Promise that resolves to the Cache ...
- Web/API/CanvasCaptureMediaStream The CanvasCaptureMediaStream interface represents a MediaStream capturing in real-time the ...
- Web/API/CanvasCaptureMediaStream/canvas The CanvasCaptureMediaStream.canvas read-only property returns the HTMLCanvasElement associated ...
- Web/API/CanvasCaptureMediaStream/requestFrame The CanvasCaptureMediaStream.requestFrame() method forces a frame to be captured and sent to the ...
- Web/API/CanvasPattern/setTransform The CanvasPattern.setTransform() method uses an SVGMatrix object as the pattern's transformation ...
- Web/API/CanvasRenderingContext2D/addHitRegion The CanvasRenderingContext2D.addHitRegion() method of the Canvas 2D API adds a hit region to the ...
- Web/API/CanvasRenderingContext2D/clearHitRegions The CanvasRenderingContext2D.clearHitRegions() method of the Canvas 2D API removes all hit ...
- Web/API/CanvasRenderingContext2D/currentTransform The CanvasRenderingContext2D.currentTransform property of the Canvas 2D API returns or sets an ...
- Web/API/CanvasRenderingContext2D/direction The CanvasRenderingContext2D.direction property of the Canvas 2D API specifies the current text ...
- Web/API/CanvasRenderingContext2D/ellipse The CanvasRenderingContext2D.ellipse() method of the Canvas 2D API adds an ellipse to the path ...
- Web/API/CanvasRenderingContext2D/filter The CanvasRenderingContext2D.filter property of the Canvas 2D API provides filter effects like ...
- Web/API/CanvasRenderingContext2D/imageSmoothingEnabled The CanvasRenderingContext2D.imageSmoothingEnabled property of the Canvas 2D API can be set to ...
- Web/API/CanvasRenderingContext2D/removeHitRegion The CanvasRenderingContext2D.removeHitRegion() method of the Canvas 2D API removes a given hit ...
- Web/API/CanvasRenderingContext2D/resetTransform The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current ...
- Web/API/CanvasRenderingContext2D/scrollPathIntoView The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the ...
- Web/API/CaretPosition The CaretPosition interface represents the caret postion, an indicator for the text insertion ...