mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Expose Range.collapsed to JavaScript
This commit is contained in:
@@ -4,6 +4,8 @@ interface Range {
|
||||
|
||||
constructor();
|
||||
|
||||
readonly attribute boolean collapsed;
|
||||
|
||||
readonly attribute Node startContainer;
|
||||
readonly attribute unsigned long startOffset;
|
||||
readonly attribute Node endContainer;
|
||||
|
||||
Reference in New Issue
Block a user