javascript - Safari: edit and save local storage value -


i working in safari 8.0.4 local-storage variables. can see values in web inspector, select/copy , delete them. if try edit them, changes not kept after page refresh. input field behaves little strangely, can't seem deselect way apart hitting escape (return key or clicking outside nothing).

is known bug, , there way manually edit local storage value in safari?

i unsuccessful directly editing within resource inspector, did change local storage values via safari's javascript console. (just below resource inspector)

use command this:

    localstorage.setitem(key, value)

it less convenient direct editing, work.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -