We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1f4bd commit c7e1976Copy full SHA for c7e1976
geometry/Overview.bs
@@ -82,7 +82,7 @@ interface DOMPointReadOnly {
82
readonly attribute unrestricted double z;
83
readonly attribute unrestricted double w;
84
85
- DOMPoint matrixTransform(optional DOMMatrixInit matrix);
+ [NewObject] DOMPoint matrixTransform(optional DOMMatrixInit matrix);
86
87
[Default] object toJSON();
88
};
0 commit comments