LibWeb: Make document.title accessible from JavaScript :^)

This commit is contained in:
Andreas Kling 2020-12-06 21:39:36 +01:00
commit 253aa7aa7d
Notes: sideshowbarker 2024-07-19 01:00:51 +09:00
3 changed files with 24 additions and 0 deletions

View file

@ -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&);