mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibWeb: Implement ChildNode.replaceWith
This commit is contained in:
parent
5a5e3a6ec3
commit
7431f6073b
4 changed files with 43 additions and 0 deletions
|
@ -9,6 +9,7 @@ interface CharacterData : Node {
|
|||
// FIXME: These should come from a ChildNode mixin
|
||||
[CEReactions, Unscopable] undefined before((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable] undefined after((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable] undefined replaceWith((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable, ImplementedAs=remove_binding] undefined remove();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue