Browser+LibWeb+WebContent: Add ability to inspect session storage

This commit is contained in:
Rafał Babiarz 2022-05-07 22:45:43 +02:00 committed by Linus Groh
commit b162b7eec6
Notes: sideshowbarker 2024-07-17 10:36:38 +09:00
14 changed files with 97 additions and 15 deletions

View file

@ -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)
}