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

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

Thanks for the reply. Session storage would be another (probably preferable) alternative.

What I was after was storage that is *persisted* across sessions, though. To make this clearer: The user edits document data in PWA tab 1 and PWA tab 2 and wishes to persist both locally in the browser, but not in a file. Right now, the user could namespace `localStorage` per PWA tab, but ideally there'd be a platform way to do this.

I guess the question also includes whether developers are to think of PWA tabs conceptionally different than of regular browser tabs.


-- 
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-783238805

Received on Monday, 22 February 2021 09:39:33 UTC