mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2729 - Add missing jsonifier interfaces to DOM{Matrix|Rect|Point}
Resolves #2729 Resolves #2705
This commit is contained in:
parent
9ff0c63602
commit
8bacedc9a9
3 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ interface DOMPointReadOnly {
|
|||
readonly attribute unrestricted double x;
|
||||
readonly attribute unrestricted double y;
|
||||
readonly attribute unrestricted double z;
|
||||
readonly attribute unrestricted double w;
|
||||
readonly attribute unrestricted double w;
|
||||
|
||||
jsonifier;
|
||||
};
|
||||
|
||||
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue