mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint()
This commit is contained in:
parent
0823a3c422
commit
ab19c5fab8
6 changed files with 38 additions and 2 deletions
|
@ -6,7 +6,7 @@ interface DOMPoint : DOMPointReadOnly {
|
|||
constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
|
||||
optional unrestricted double z = 0, optional unrestricted double w = 1);
|
||||
|
||||
// FIXME: [NewObject] static DOMPoint fromPoint(optional DOMPointInit other = {});
|
||||
[NewObject] static DOMPoint fromPoint(optional DOMPointInit other = {});
|
||||
|
||||
inherit attribute unrestricted double x;
|
||||
inherit attribute unrestricted double y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue