mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Browser+LibWeb+WebContent: Add action to clear resource cache
This commit is contained in:
parent
50a8e0e495
commit
855920fe13
Notes:
sideshowbarker
2024-07-18 20:57:57 +09:00
Author: https://github.com/trflynn89
Commit: 855920fe13
Pull-request: https://github.com/SerenityOS/serenity/pull/6017
4 changed files with 20 additions and 0 deletions
|
@ -56,6 +56,8 @@ public:
|
|||
|
||||
const String& user_agent() const { return m_user_agent; }
|
||||
|
||||
void clear_cache();
|
||||
|
||||
private:
|
||||
ResourceLoader();
|
||||
static bool is_port_blocked(int port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue