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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -