aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
authorFelix "xq" Queißner <git@masterq32.de>2021-11-20 15:02:03 +0100
committerFelix "xq" Queißner <git@masterq32.de>2021-11-20 15:02:03 +0100
commit9dd660d66e23f02716d4b2bad84ac86764de71a6 (patch)
treef958489dc64d8afb34702ebe89bf24a71067d1c4 /src/browsertab.hpp
parent9744a24ffbf4d5ea6ad8b418d740c90336ee33b8 (diff)
downloadkristall-9dd660d66e23f02716d4b2bad84ac86764de71a6.tar.gz
Improves caching api related to urls, implements fragment handling, fixes #237
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp
index 868e519..e862749 100644
--- a/src/browsertab.hpp
+++ b/src/browsertab.hpp
@@ -257,6 +257,9 @@ public:
RequestState request_state;
DocumentStyle current_style;
+
+ //! If set, `on_requestComplete` will navigate to the fragment of the url.
+ bool navigate_to_fragment = false;
};
#endif // BROWSERTAB_HPP