mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
LibWeb: Add Window.innerWidth and Window.innerHeight
This commit is contained in:
parent
72501775a7
commit
906cccbf7f
4 changed files with 39 additions and 0 deletions
|
@ -66,6 +66,9 @@ public:
|
|||
void clear_timeout(i32);
|
||||
void clear_interval(i32);
|
||||
|
||||
int inner_width() const;
|
||||
int inner_height() const;
|
||||
|
||||
void did_set_location_href(Badge<Bindings::LocationObject>, const URL& new_href);
|
||||
void did_call_location_reload(Badge<Bindings::LocationObject>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue