LibWeb: Expose Document.getElementsByName() to JavaScript
This commit is contained in:
parent
3eb07d289e
commit
52d993cfa8
Notes:
sideshowbarker
2024-07-19 01:03:33 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/52d993cfa84
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ interface Document : Node {
|
|||
readonly attribute DOMString contentType;
|
||||
|
||||
Element? getElementById(DOMString id);
|
||||
ArrayFromVector getElementsByName(DOMString name);
|
||||
ArrayFromVector getElementsByTagName(DOMString tagName);
|
||||
ArrayFromVector getElementsByClassName(DOMString className);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue