Results 61 - 80 of 1,081

SIMD.%type%.swizzle()

The static SIMD.%type%.swizzle() method creates a new SIMD data type instance with the lane values swizzled (re-ordered).
Experimental JavaScript Method SIMD

SIMD.%type%.prototype.toString()

The SIMD.%type%.toString() method returns a String representing a SIMD object.
Experimental JavaScript Method SIMD

SIMD.%type%.prototype.valueOf()

The SIMD.%type%.valueOf() method performs a type check returns the this value.
Experimental JavaScript Method SIMD

SIMD.%type%.xor()

The static SIMD.%type%.xor() method returns a new instance with the logical XOR of the lane values (a ^ b).
Experimental JavaScript Method SIMD

SIMD.Uint16x8

The SIMD.Uint16x8 data type is a 128-bit vector divided into 8 lanes storing 16-bit unsigned integer values.
Experimental JavaScript SIMD

SIMD.Uint32x4

The SIMD.Uint32x4 data type is a 128-bit vector divided into 4 lanes storing 32-bit unsigned integer values.
Experimental JavaScript SIMD

SIMD.Uint8x16

The SIMD.Uint8x16 data type is a 128-bit vector divided into 16 lanes storing 8-bit unsigned integer values.
Experimental JavaScript SIMD

box-sizing

The box-sizing property is used to alter the default CSS box model used to calculate width and height of the elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.
CSS CSS Property Experimental Reference

hyphens

The hyphens CSS property tells the browser how to hyphenate words when line-wrapping. You can prevent hyphenation entirely, control when the browser should hyphenate, or let the browser control when to hyphenate.
CSS CSS Property Experimental Reference

tab-size

The tab-size CSS property is used to customize the width of a tab (U+0009) character.
CSS CSS Property Experimental Reference

text-align-last

The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.
CSS CSS Property Experimental Reference

ChildNode

The ChildNode interface contains methods that are particular to Node objects that can have a parent.
API DOM Experimental Interface Node

ChildNode.remove()

The ChildNode.remove() method removes the object from the tree it belongs to.
API ChildNode DOM Experimental Method

OffscreenCanvas

The OffscreenCanvas interface provides a canvas that can be rendered off screen. It is available in both the window and worker contexts.
API Canvas Experimental Interface Reference