mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
This commit is contained in:
parent
47979996e8
commit
3f9fc0f690
Notes:
sideshowbarker
2024-07-17 19:08:53 +09:00
Author: https://github.com/awesomekling
Commit: 3f9fc0f690
4 changed files with 22 additions and 0 deletions
|
@ -32,6 +32,8 @@ public:
|
|||
|
||||
Vector<String> supported_property_names() const;
|
||||
|
||||
void dump() const;
|
||||
|
||||
private:
|
||||
Storage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue