LibWeb: Expose Range.collapsed to JavaScript

This commit is contained in:
Andreas Kling 2022-02-25 20:20:31 +01:00
commit aec0e54f73
Notes: sideshowbarker 2024-07-17 18:16:33 +09:00

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;