mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +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;
|
readonly attribute DOMString contentType;
|
||||||
|
|
||||||
Element? getElementById(DOMString id);
|
Element? getElementById(DOMString id);
|
||||||
|
ArrayFromVector getElementsByName(DOMString name);
|
||||||
ArrayFromVector getElementsByTagName(DOMString tagName);
|
ArrayFromVector getElementsByTagName(DOMString tagName);
|
||||||
ArrayFromVector getElementsByClassName(DOMString className);
|
ArrayFromVector getElementsByClassName(DOMString className);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue