mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:07:46 +00:00
LibWeb: Implement Range.comparePoint
This commit is contained in:
parent
62b76e0658
commit
ad5fb1fd7e
3 changed files with 31 additions and 0 deletions
|
@ -28,6 +28,7 @@ interface Range : AbstractRange {
|
|||
undefined detach();
|
||||
|
||||
boolean isPointInRange(Node node, unsigned long offset);
|
||||
short comparePoint(Node node, unsigned long offset);
|
||||
|
||||
boolean intersectsNode(Node node);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue