mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly
This commit is contained in:
parent
5744211001
commit
e883777a18
7 changed files with 131 additions and 0 deletions
|
@ -53,6 +53,8 @@ libweb_js_wrapper(DOM/TreeWalker)
|
|||
libweb_js_wrapper(DOMParsing/XMLSerializer)
|
||||
libweb_js_wrapper(Encoding/TextDecoder)
|
||||
libweb_js_wrapper(Encoding/TextEncoder)
|
||||
libweb_js_wrapper(Geometry/DOMPoint)
|
||||
libweb_js_wrapper(Geometry/DOMPointReadOnly)
|
||||
libweb_js_wrapper(Geometry/DOMRect)
|
||||
libweb_js_wrapper(Geometry/DOMRectList)
|
||||
libweb_js_wrapper(Geometry/DOMRectReadOnly)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue