mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +00:00
LibWeb: Use FlyString in Document::get_elements_by_name
This commit is contained in:
parent
2a94cddb02
commit
bd2fe3dcaa
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ interface Document : Node {
|
|||
readonly attribute Element? activeElement;
|
||||
|
||||
Element? getElementById(DOMString id);
|
||||
HTMLCollection getElementsByName(DOMString name);
|
||||
HTMLCollection getElementsByName([FlyString] DOMString name);
|
||||
HTMLCollection getElementsByTagName(DOMString tagName);
|
||||
HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
|
||||
HTMLCollection getElementsByClassName(DOMString className);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue