Re: [fxtf-drafts] [geometry] Update to constructor operations (#367)

@Ms2ger could you please confirm that the change (taking `DOMMatrixReadOnly` as example) would be correct?

```diff
-[Constructor(optional (DOMString or sequence<unrestricted double>) init),
- Exposed=(Window,Worker),
- Serializable]
-interface DOMMatrixReadOnly {
+[Exposed=(Window,Worker),
+ Serializable]
+interface DOMMatrixReadOnly {
+ constructor(optional (DOMString or sequence<unrestricted double>) init)
```

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/367#issuecomment-531615505 using your GitHub account

Received on Monday, 16 September 2019 00:55:43 UTC