[whatwg] Application defined "locks"

On Thu, Sep 10, 2009 at 6:35 PM, James Robinson <jamesr at google.com> wrote:
> What about eliminating shared memory (only one context would be allowed
> access to cookies, localStorage, etc)? ?It seems to be working out fine for
> DOM access and is much, much easier to reason about.

Can you clarify what you mean by this?

Is it that only shared workers can access storage, and each unique
shared worker (by way of its URL or URL+name) gets its own storage
area?

- a

Received on Thursday, 10 September 2009 22:07:16 UTC