mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibWeb: Make document.title accessible from JavaScript :^)
This commit is contained in:
parent
d22512a024
commit
253aa7aa7d
3 changed files with 24 additions and 0 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue