On Thu, Sep 10, 2009 at 6:35 PM, James Robinson <[email protected]> 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

Reply via email to