mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:27:34 +00:00
LibWeb: Implement Element.getAttributeNodeNS
This commit is contained in:
parent
a7316d3641
commit
7a26a889cb
5 changed files with 37 additions and 1 deletions
|
@ -119,6 +119,7 @@ public:
|
|||
Vector<String> get_attribute_names() const;
|
||||
|
||||
JS::GCPtr<Attr> get_attribute_node(FlyString const& name) const;
|
||||
JS::GCPtr<Attr> get_attribute_node_ns(Optional<FlyString> const& namespace_, FlyString const& name) const;
|
||||
|
||||
DOMTokenList* class_list();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue