W3cubDocs

/Web APIs

DOMRect: DOMRect() constructor

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨January 2020⁩.

Note: This feature is available in Web Workers.

The DOMRect() constructor creates a new DOMRect object.

Syntax

new DOMRect(x, y, width, height)

Parameters

x

The x coordinate of the DOMRect's origin.

y

The y coordinate of the DOMRect's origin.

width

The width of the DOMRect.

height

The height of the DOMRect.

Return value

A new DOMRect object.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
DOMRect 61 79 31 48 10.1 61 31 45 10.3 8.0 61 10.3

See also

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DOMRect/DOMRect