There’s nothing special to do - it should just work without hassle. Do make sure that you are using localStorage.setItem() / localStorage.getItem() and not the localStorage[“xxx”] style syntax. I’ve noticed on some browsers the [ ] syntax can behave like you described.