mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
LibWeb: Expose Range.collapsed to JavaScript
This commit is contained in:
parent
f2663f477f
commit
aec0e54f73
Notes:
sideshowbarker
2024-07-17 18:16:33 +09:00
Author: https://github.com/awesomekling
Commit: aec0e54f73
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ interface Range {
|
|||
|
||||
constructor();
|
||||
|
||||
readonly attribute boolean collapsed;
|
||||
|
||||
readonly attribute Node startContainer;
|
||||
readonly attribute unsigned long startOffset;
|
||||
readonly attribute Node endContainer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue