mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:57:44 +00:00
LibWeb: Add constructor to Range IDL interface
This commit is contained in:
parent
0ac07c7351
commit
8f8f7bfd0f
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
interface Range {
|
||||
|
||||
constructor();
|
||||
|
||||
readonly attribute Node startContainer;
|
||||
readonly attribute unsigned long startOffset;
|
||||
readonly attribute Node endContainer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue