mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Add Document::is_fully_active
This is used in a bunch of places in the HTML spec. The current use case for this is History.
This commit is contained in:
parent
f5c988b3ce
commit
3eca8cb243
2 changed files with 10 additions and 0 deletions
|
@ -274,6 +274,8 @@ public:
|
|||
|
||||
bool has_a_style_sheet_that_is_blocking_scripts() const;
|
||||
|
||||
bool is_fully_active() const;
|
||||
|
||||
private:
|
||||
explicit Document(const URL&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue