mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibWeb: Implement ParentNode.append
This commit is contained in:
parent
d5c96c3ccf
commit
34dfdc3f37
Notes:
sideshowbarker
2024-07-17 19:56:28 +09:00
Author: https://github.com/Lubrsi
Commit: 34dfdc3f37
Pull-request: https://github.com/SerenityOS/serenity/pull/12208
Reviewed-by: https://github.com/awesomekling
5 changed files with 21 additions and 0 deletions
|
@ -66,6 +66,7 @@ interface Document : Node {
|
|||
readonly attribute unsigned long childElementCount;
|
||||
|
||||
[CEReactions, Unscopable] undefined prepend((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable] undefined append((Node or DOMString)... nodes);
|
||||
|
||||
Element? querySelector(DOMString selectors);
|
||||
[NewObject] NodeList querySelectorAll(DOMString selectors);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue