mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Implement StaticRange
This commit is contained in:
parent
a2acda5669
commit
3d44118595
6 changed files with 93 additions and 0 deletions
|
@ -117,6 +117,7 @@ class ProcessingInstruction;
|
|||
class Range;
|
||||
class ShadowRoot;
|
||||
class StaticNodeList;
|
||||
class StaticRange;
|
||||
class Text;
|
||||
class Timer;
|
||||
class Window;
|
||||
|
@ -481,6 +482,7 @@ class RangeWrapper;
|
|||
class ResizeObserverWrapper;
|
||||
class ScreenWrapper;
|
||||
class SelectionWrapper;
|
||||
class StaticRangeWrapper;
|
||||
class StorageWrapper;
|
||||
class StyleSheetListWrapper;
|
||||
class StyleSheetWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue