mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Add simple implementation of Node.removeChild()
This commit is contained in:
parent
5a58f42e3c
commit
a0bcfa30bf
Notes:
sideshowbarker
2024-07-18 22:47:50 +09:00
Author: https://github.com/awesomekling
Commit: a0bcfa30bf
3 changed files with 8 additions and 1 deletions
|
@ -11,6 +11,6 @@ interface Node : EventTarget {
|
|||
|
||||
Node appendChild(Node node);
|
||||
Node insertBefore(Node node, Node? child);
|
||||
|
||||
Node removeChild(Node child);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue