mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Browser+LibWeb+WebContent: Add ability to inspect session storage
This commit is contained in:
parent
1ffba0b8b4
commit
b162b7eec6
14 changed files with 97 additions and 15 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
Function<void()> on_dump_cookies;
|
||||
Function<Vector<Web::Cookie::Cookie>()> on_get_cookies_entries;
|
||||
Function<OrderedHashMap<String, String>()> on_get_local_storage_entries;
|
||||
Function<OrderedHashMap<String, String>()> on_get_session_storage_entries;
|
||||
|
||||
enum class InspectorTarget {
|
||||
Document,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue