mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
This commit is contained in:
parent
47979996e8
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