mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Implement Range.isPointInRange
This commit is contained in:
parent
386ee5ab17
commit
62b76e0658
3 changed files with 28 additions and 0 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
}
|
||||
|
||||
bool intersects_node(Node const&) const;
|
||||
ExceptionOr<bool> is_point_in_range(Node const&, u32 offset) const;
|
||||
|
||||
private:
|
||||
explicit Range(Document&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue