On Thu, 30 Jul 2009 19:24:34 +0200, Boris Zbarsky <[email protected]> wrote: > Jeremy Orlow wrote: >> When used in conjunction with AppCache, the offline behavior of >> localStorage should be reasonably deterministic. > > Doesn't localStorage depend on the domain (not origin, mind you!) of the > page? What exactly is the domain for a file:// URI?
localStorage is origin-based. (You're referring to a Gecko bug I think.) -- Anne van Kesteren http://annevankesteren.nl/
