mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Add Node.insertBefore(Node node, Node? child)
This commit is contained in:
parent
82a75bcf5f
commit
213e2793bd
Notes:
sideshowbarker
2024-07-19 05:28:34 +09:00
Author: https://github.com/awesomekling
Commit: 213e2793bd
4 changed files with 43 additions and 0 deletions
|
@ -9,5 +9,7 @@ interface Node : EventTarget {
|
|||
readonly attribute Element? parentElement;
|
||||
|
||||
Node appendChild(Node node);
|
||||
Node insertBefore(Node node, Node? child);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue