mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement Range#cloneContents
This commit is contained in:
parent
acf47a02cf
commit
207648f14d
5 changed files with 174 additions and 549 deletions
|
@ -46,8 +46,8 @@ interface Range {
|
|||
// void deleteContents();
|
||||
// [NewObject, Throws]
|
||||
// DocumentFragment extractContents();
|
||||
// [NewObject, Throws]
|
||||
// DocumentFragment cloneContents();
|
||||
[NewObject, Throws]
|
||||
DocumentFragment cloneContents();
|
||||
[Throws]
|
||||
void insertNode(Node node);
|
||||
// [Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue