mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
LibWeb: Implement StaticRange
This commit is contained in:
parent
a2acda5669
commit
3d44118595
6 changed files with 93 additions and 0 deletions
|
@ -93,6 +93,7 @@ set(SOURCES
|
|||
DOM/Range.cpp
|
||||
DOM/ShadowRoot.cpp
|
||||
DOM/StaticNodeList.cpp
|
||||
DOM/StaticRange.cpp
|
||||
DOM/Text.cpp
|
||||
DOM/Text.idl
|
||||
DOM/Timer.cpp
|
||||
|
@ -434,6 +435,7 @@ libweb_js_wrapper(DOM/NodeList)
|
|||
libweb_js_wrapper(DOM/ProcessingInstruction)
|
||||
libweb_js_wrapper(DOM/Range)
|
||||
libweb_js_wrapper(DOM/ShadowRoot)
|
||||
libweb_js_wrapper(DOM/StaticRange)
|
||||
libweb_js_wrapper(DOM/Text)
|
||||
libweb_js_wrapper(Encoding/TextDecoder)
|
||||
libweb_js_wrapper(Encoding/TextEncoder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue