1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00

LibWeb: Add did_stop_being_active_document_in_navigable()

This commit is contained in:
Aliaksandr Kalenik 2023-09-04 00:02:15 +02:00 committed by Andreas Kling
parent 4532584b3a
commit 2fbb6ae520
2 changed files with 14 additions and 0 deletions

View file

@ -503,6 +503,7 @@ public:
bool is_allowed_to_use_feature(PolicyControlledFeature) const;
void did_stop_being_active_document_in_browsing_context(Badge<HTML::BrowsingContext>);
void did_stop_being_active_document_in_navigable();
bool query_command_supported(String const&) const;