mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:37:35 +00:00
LibWeb: Add Range.detach
This commit is contained in:
parent
8a755726ad
commit
4c08757ff9
2 changed files with 8 additions and 0 deletions
|
@ -25,5 +25,6 @@ interface Range : AbstractRange {
|
|||
short compareBoundaryPoints(unsigned short how, Range sourceRange);
|
||||
|
||||
Range cloneRange();
|
||||
undefined detach();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue