mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +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
|
@ -49,5 +49,5 @@ endpoint WebContentServer
|
|||
set_is_scripting_enabled(bool is_scripting_enabled) =|
|
||||
|
||||
get_local_storage_entries() => (OrderedHashMap<String,String> entries)
|
||||
|
||||
get_session_storage_entries() => (OrderedHashMap<String,String> entries)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue