LibWeb: Expose Range.collapsed to JavaScript

This commit is contained in:
Andreas Kling
2022-02-25 20:20:31 +01:00
parent f2663f477f
commit aec0e54f73

View File

@@ -4,6 +4,8 @@ interface Range {
constructor();
readonly attribute boolean collapsed;
readonly attribute Node startContainer;
readonly attribute unsigned long startOffset;
readonly attribute Node endContainer;