mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibWeb: Implement HTMLBaseElement.href
This commit is contained in:
@@ -17,6 +17,9 @@ public:
|
||||
HTMLBaseElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLBaseElement() override;
|
||||
|
||||
String href() const;
|
||||
void set_href(String const& href);
|
||||
|
||||
AK::URL const& frozen_base_url() const { return m_frozen_base_url; }
|
||||
|
||||
virtual void inserted() override;
|
||||
|
||||
Reference in New Issue
Block a user