LibWeb: Implement CookieStore::set(name, value)

This commit is contained in:
Idan Horowitz
2025-08-06 11:01:25 +03:00
committed by Tim Flynn
parent 1328754fb0
commit 1f37130703
Notes: github-actions[bot] 2025-08-08 17:11:58 +00:00
5 changed files with 220 additions and 1 deletions

View File

@@ -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);
}