mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
This commit is contained in:
parent
e54837add5
commit
1ef48d50ff
Notes:
sideshowbarker
2024-07-18 20:30:59 +09:00
Author: https://github.com/trflynn89
Commit: 1ef48d50ff
Pull-request: https://github.com/SerenityOS/serenity/pull/6240
12 changed files with 66 additions and 5 deletions
|
@ -111,6 +111,8 @@ public:
|
|||
virtual void page_did_request_alert(const String&) { }
|
||||
virtual bool page_did_request_confirm(const String&) { return false; }
|
||||
virtual String page_did_request_prompt(const String&, const String&) { return {}; }
|
||||
virtual String page_did_request_cookie(const URL&) { return {}; }
|
||||
virtual void page_did_set_cookie(const URL&, const String&) { }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue