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

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -