1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:57:44 +00:00

LibWeb: Implement stringifier for DOM Range :^)

This commit is contained in:
Andreas Kling 2022-03-21 16:29:19 +01:00
parent c8bdac8736
commit 394cd77467
3 changed files with 34 additions and 0 deletions

View file

@ -32,4 +32,6 @@ interface Range : AbstractRange {
boolean intersectsNode(Node node);
stringifier;
};