mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement CookieStore::set(name, value)
This commit is contained in:
Notes:
github-actions[bot]
2025-08-08 17:11:58 +00:00
Author: https://github.com/IdanHo Commit: https://github.com/LadybirdBrowser/ladybird/commit/1f37130703f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5766 Reviewed-by: https://github.com/trflynn89 ✅
@@ -1290,4 +1290,6 @@ private:
|
||||
template<>
|
||||
inline bool Node::fast_is<Document>() const { return is_document(); }
|
||||
|
||||
bool is_a_registrable_domain_suffix_of_or_is_equal_to(StringView host_suffix_string, URL::Host const& original_host);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user