mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
This commit is contained in:
parent
e54837add5
commit
1ef48d50ff
12 changed files with 66 additions and 5 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
|
||||
virtual ~Document() override;
|
||||
|
||||
String cookie() const;
|
||||
String cookie();
|
||||
void set_cookie(String);
|
||||
|
||||
bool should_invalidate_styles_on_attribute_changes() const { return m_should_invalidate_styles_on_attribute_changes; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue