mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
LibWeb: Expose Document.createElement() to the web
This commit is contained in:
parent
246af7f0ff
commit
319ef8aa86
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…
Add table
Reference in a new issue