LibWeb: Add getter for history-action activation

This commit is contained in:
Jamie Mansfield 2024-05-25 14:24:07 +01:00 committed by Andrew Kaster
commit 34b2a4f7ca
Notes: sideshowbarker 2024-07-16 20:31:50 +09:00
2 changed files with 10 additions and 0 deletions

View file

@ -122,6 +122,9 @@ public:
// https://html.spec.whatwg.org/multipage/interaction.html#transient-activation
bool has_transient_activation() const;
// https://html.spec.whatwg.org/multipage/interaction.html#history-action-activation
bool has_history_action_activation() const;
WebIDL::ExceptionOr<void> initialize_web_interfaces(Badge<WindowEnvironmentSettingsObject>);
Vector<JS::NonnullGCPtr<Plugin>> pdf_viewer_plugin_objects();