Re: [whatwg/storage] Allow 'session' bucket (#71)

It sounds like the storage would be keyed per-tab (top-level browsing context).

Would the "session" bucket also share the existing SessionStorage semantics where the existing storage is forked whenever new tabs (top-level browsing context) are opened from the current tab?  If so, how would that interact with APIs like IndexedDB?

Relatedly, would the bucket would be something that could be postMessaged and used by other globals?

Would there be storage limits?  Firefox doesn't (or at least didn't for a VERY long time) bother writing large SessionStorage values to disk.  So state would be lost if the session was restarted.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/71#issuecomment-494864941

Received on Wednesday, 22 May 2019 15:58:14 UTC