mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement Range#deleteContents
This commit is contained in:
parent
ea690a2dff
commit
25b7c9523c
6 changed files with 116 additions and 299 deletions
|
@ -48,8 +48,8 @@ interface Range {
|
|||
const unsigned short END_TO_START = 3;
|
||||
[Pure, Throws]
|
||||
short compareBoundaryPoints(unsigned short how, Range sourceRange);
|
||||
// [Throws]
|
||||
// void deleteContents();
|
||||
[Throws]
|
||||
void deleteContents();
|
||||
[NewObject, Throws]
|
||||
DocumentFragment extractContents();
|
||||
[NewObject, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue