mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Expose Document.getElementsByName() to JavaScript
This commit is contained in:
parent
3eb07d289e
commit
52d993cfa8
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
Add a link
Reference in a new issue