Re: Is localStorage read and write-able offlne?

On Thu, 30 Jul 2009 19:24:34 +0200, Boris Zbarsky <bzbarsky@mit.edu> 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/

Received on Thursday, 30 July 2009 17:32:35 UTC