Support DOMMatrix string constructor

This commit is contained in:
Kagami Sascha Rosylight 2019-06-30 18:01:42 +09:00
parent 489ff5e932
commit 7a1db0e8ea
6 changed files with 121 additions and 301 deletions

View file

@ -10,9 +10,7 @@
* related or neighboring rights to this work.
*/
[Constructor,
// Constructor(DOMString transformList),
Constructor(sequence<unrestricted double> numberSequence),
[Constructor(optional (DOMString or sequence<unrestricted double>) init),
Exposed=(Window,Worker)]
interface DOMMatrix : DOMMatrixReadOnly {