1
Fork 0
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:
Andreas Kling 2022-02-08 19:50:14 +01:00
parent 47979996e8
commit 3f9fc0f690
4 changed files with 22 additions and 0 deletions

View file

@ -32,6 +32,8 @@ public:
Vector<String> supported_property_names() const;
void dump() const;
private:
Storage();