Results 421 - 440 of 1,081

Atomics.wake()

The static Atomics.wake() method wakes up some agents that are sleeping in the wait queue.
Atomics Experimental JavaScript Method Shared Memory

Atomics.xor()

The static Atomics.xor() method computes a bitwise XOR with a given value at a given position in the array, and returns the old value at that position. This atomic operation guarantees that no other write happens until the modified value is written back.
Atomics Experimental JavaScript Method Shared Memory

SharedArrayBuffer

The SharedArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer, similar to the ArrayBuffer object, but in a way that they can be used to create views on shared memory. Unlike an ArrayBuffer, a SharedArrayBuffer cannot become detached.
Constructor Experimental JavaScript Shared Memory SharedArrayBuffer TypedArrays

SharedArrayBuffer.prototype

The SharedArrayBuffer.prototype property represents the prototype for the SharedArrayBuffer object.
Experimental JavaScript Property Shared Memory SharedArrayBuffer TypedArrays

:fullscreen

The :fullscreen CSS pseudo-class applies to any element that's currently being displayed in full-screen mode. It selects not only to the top level element, but to the whole stack of elements that appears.
CSS CSS Pseudo-class Experimental Full-screen Reference

unicode-range

The unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use any character in this range, the font is not downloaded; if it uses at least one, the whole font is downloaded.
CSS CSS Fonts CSS Property Experimental Layout Reference Web

animation-fill-mode

The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.
CSS CSS Animations CSS Property Experimental NeedsMobileBrowserCompatibility Reference

animation-play-state

The animation-play-state CSS property determines whether an animation is running or paused. This can be queried to determine whether or not the animation is currently running. In addition, its value can be set to pause and resume playback of an animation.
CSS CSS Animations CSS Property Experimental NeedsMobileBrowserCompatibility Reference

background-position-x

The background-position-x CSS property sets the initial horizontal position, relative to the background position layer defined by background-origin for each defined background image. For more information, see the background-position property, which has been widely supported.
CSS CSS Background CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference