- From: Dirk Schulze via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 Sep 2019 00:55:41 +0000
- To: public-fxtf-archive@w3.org
@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