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
commit 3f9fc0f690
Notes: sideshowbarker 2024-07-17 19:08:53 +09:00
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();