mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support DOMMatrix string constructor
This commit is contained in:
parent
489ff5e932
commit
7a1db0e8ea
6 changed files with 121 additions and 301 deletions
|
@ -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 DOMMatrixReadOnly {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue