mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
LibWeb: Expose Document.createElement() to the web
This commit is contained in:
parent
246af7f0ff
commit
319ef8aa86
Notes:
sideshowbarker
2024-07-19 05:30:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/319ef8aa86f
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ interface Document : Node {
|
|||
Element? getElementById(DOMString id);
|
||||
Element? querySelector(DOMString selectors);
|
||||
ArrayFromVector querySelectorAll(DOMString selectors);
|
||||
Element createElement(DOMString tagName);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue