mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibWeb: Stub Range::get_client_rects()
Fixes "Application error: a client-side exception has occurred (see the browser console for more information)." on https://kotlinlang.org/
This commit is contained in:
parent
a0462f495c
commit
02d5ed44cb
3 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,7 @@ interface Range : AbstractRange {
|
|||
|
||||
boolean intersectsNode(Node node);
|
||||
|
||||
DOMRectList getClientRects();
|
||||
DOMRect getBoundingClientRect();
|
||||
|
||||
stringifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue