[whatwg] localStorage mutex - a solution?

On 11/24/09 7:46 PM, Rob Ennals wrote:
> E.g., I may want to write:
>
> x = localStorage.bla
> localStorage.bla = x+1

If that's happening at global scope, the latter line involves global 
variable access, which involves DOM operations (in particular, looking 
for windows of that name), no?

-Boris

Received on Tuesday, 24 November 2009 17:36:50 UTC