Results 301 - 320 of 1,081

Selection.removeAllRanges()

The Selection.removeAllRanges() method removes all ranges from the selection, leaving the anchorNode and focusNode properties equal to null and leaving nothing selected.
API Experimental HTML Editing Method Reference Selection

Touch.radiusX

Returns the X radius of the ellipse that most closely circumscribes the area of contact with the touch surface. The value is in CSS pixels of the same scale as Touch.screenX.
API DOM Experimental Mobile Property touch

Touch.radiusY

Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the touch surface. The value is in CSS pixels of the same scale as Touch.screenX.
API DOM Experimental Mobile Property touch

Touch.rotationAngle

Returns the rotation angle, in degrees, of the contact area ellipse defined by Touch.radiusX and Touch.radiusY. The value may be between 0 and 90. Together, these three values describe an ellipse that approximates the size and shape of the area of contact between the user and the screen. This may be a relatively large ellipse representing the contact between a fingertip and the screen or a small area representing the tip of a stylus, for example.
API DOM Experimental Mobile Property touch

URLSearchParams

The URLSearchParams interface defines utility methods to work with the query string of a URL.
API Experimental Interface Reference URL API