mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement Range#insertNode
This commit is contained in:
parent
2947d78e4e
commit
c2664e52dd
5 changed files with 172 additions and 3319 deletions
|
@ -48,8 +48,8 @@ interface Range {
|
|||
// DocumentFragment extractContents();
|
||||
// [NewObject, Throws]
|
||||
// DocumentFragment cloneContents();
|
||||
// [Throws]
|
||||
// void insertNode(Node node);
|
||||
[Throws]
|
||||
void insertNode(Node node);
|
||||
// [Throws]
|
||||
// void surroundContents(Node newParent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue