mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb: Implement ChildNode.replaceWith
This commit is contained in:
parent
5a5e3a6ec3
commit
7431f6073b
Notes:
sideshowbarker
2024-07-17 19:56:11 +09:00
Author: https://github.com/Lubrsi
Commit: 7431f6073b
Pull-request: https://github.com/SerenityOS/serenity/pull/12208
Reviewed-by: https://github.com/awesomekling
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