mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +00:00
LibWeb: Implement stringifier for DOM Range :^)
This commit is contained in:
parent
c8bdac8736
commit
394cd77467
3 changed files with 34 additions and 0 deletions
|
@ -32,4 +32,6 @@ interface Range : AbstractRange {
|
|||
|
||||
boolean intersectsNode(Node node);
|
||||
|
||||
stringifier;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue