Skip to content

Commit 467358d

Browse files
zcorpansvgeesus
authored andcommitted
1 parent 4f477e5 commit 467358d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

geometry/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ interface DOMPointReadOnly {
6868
readonly attribute unrestricted double w;
6969

7070
DOMPoint matrixTransform(optional DOMMatrixInit matrix);
71+
72+
serializer = { attribute };
7173
};
7274

7375
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
@@ -189,6 +191,8 @@ interface DOMRectReadOnly {
189191
readonly attribute unrestricted double right;
190192
readonly attribute unrestricted double bottom;
191193
readonly attribute unrestricted double left;
194+
195+
serializer = { attribute };
192196
};
193197

194198
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
@@ -273,6 +277,8 @@ interface DOMQuad {
273277
[SameObject] readonly attribute DOMPoint p3;
274278
[SameObject] readonly attribute DOMPoint p4;
275279
[NewObject] DOMRect getBounds();
280+
281+
serializer = { attribute };
276282
};
277283

278284
dictionary DOMQuadInit {
@@ -468,6 +474,7 @@ interface DOMMatrixReadOnly {
468474
Float32Array toFloat32Array();
469475
Float64Array toFloat64Array();
470476
stringifier;
477+
serializer = [ m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, m34, m41, m42, m43, m44 ];
471478
};
472479

473480
[Constructor(sequence<unrestricted double> numberSequence),

0 commit comments

Comments
 (0)