DOMMatrixReadOnly()

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.

Syntax

var domMatrixReadOnly = new DOMMatrixReadOnly([init])

Parameters

init Optional
Either a string containing a sequence of numbers or an array of integers specifying the matrix you want to create.

Specifications

Specification Status Comment
Geometry Interfaces Module Level 1
The definition of 'DOMMatrixReadOnly' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
DOMMatrixReadOnly() constructorChrome Full support 57Edge Full support 79Firefox Full support 33IE No support NoOpera Full support 44Safari Full support 11WebView Android Full support 61Chrome Android Full support 57Firefox Android Full support 33Opera Android Full support 45Safari iOS Full support 11.3Samsung Internet Android Full support 8.0

Legend

Full support
Full support
No support
No support