mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Make document.title accessible from JavaScript :^)
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
void set_body(HTML::HTMLElement& new_body);
|
||||
|
||||
String title() const;
|
||||
void set_title(const String&);
|
||||
|
||||
void attach_to_frame(Badge<Frame>, Frame&);
|
||||
void detach_from_frame(Badge<Frame>, Frame&);
|
||||
|
||||
Reference in New Issue
Block a user