Physical location of DOM:Storage
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <9bb7e938-6c0c-4479-9cf7-837ba4b8f75a@z72g2000hsb.googlegroups.com> |
I'm developing a stand-alone XULRunner app. For storing various bits and pieces across sessions I make use of DOM Storage (see http://developer.mozilla.org/en/docs/DOM:Storage). It seems to do what I want and I'm delighted. But I'm curious, where does data passed to "globalStorage" get physically stored? Does it get written to a file in the user home dir? I want to know :) ~ Vladimir