I have an extension which using chrome local storage. I connect to the local storage with another application while chrome is open and I see the changes in this external application only when I'm closing chrome. I guess the changes are done just for the current session and I need to commit those changes. If I'm totally wrong please tell me, but if not, do I have a开发者_StackOverflow中文版 way to commit the changes made on the chrome extension local storage through javascript?
Thanks.
Ok I found out the problem. Im updating the storage using sqlite through another application and I guess it causing problems. the changes are instantly committed.
精彩评论