Re: [w3c/manifest] Add a "tabbed application" mode (#737)

> I played with the Chrome OS implementation and noticed that all storage seems to be shared between all tabs. For example, if an app keeps state in `localStorage`, all tabs share the same state.

For tab scoped storage you can store things on `globalThis`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/737#issuecomment-783228277

Received on Monday, 22 February 2021 09:23:42 UTC