mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
LibWeb: Expose Range.collapsed to JavaScript
This commit is contained in:
parent
f2663f477f
commit
aec0e54f73
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ interface Range {
|
||||||
|
|
||||||
constructor();
|
constructor();
|
||||||
|
|
||||||
|
readonly attribute boolean collapsed;
|
||||||
|
|
||||||
readonly attribute Node startContainer;
|
readonly attribute Node startContainer;
|
||||||
readonly attribute unsigned long startOffset;
|
readonly attribute unsigned long startOffset;
|
||||||
readonly attribute Node endContainer;
|
readonly attribute Node endContainer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue