mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
LibWeb/HTML: Start implementing the download attribute
This commit is contained in:
parent
85356094b5
commit
20376adbc3
Notes:
github-actions[bot]
2024-10-27 09:36:48 +00:00
Author: https://github.com/ChaseKnowlden
Commit: 20376adbc3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1992
2 changed files with 9 additions and 1 deletions
|
@ -43,6 +43,7 @@ private:
|
|||
|
||||
virtual bool has_activation_behavior() const override;
|
||||
virtual void activation_behavior(Web::DOM::Event const&) override;
|
||||
virtual bool has_download_preference() const;
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue