Re: [whatwg/storage] Allow users to collapse shelves together (#115)

Note that I'm extrapolating from the use case "The work here should include efforts to allow users to share data among shelves." something like https://unhosted.org/ in terms of the goal of shared client side storage without involving a server.

You may want to take a look at the (Multiple) [Storage Buckets WICG Explainer](https://wicg.github.io/storage-buckets/explainer) and [File System Access WICG Proposal](https://wicg.github.io/file-system-access/) if you're not already familiar.

The most likely UX experience that would allow users to provide informed consent to shared access to data across origins would be an `<input type="file">` picker-like experience where the user is explicitly choosing to provide a grant to a shared resource.  The File System Access mechanism uses this approach, for example.  One might imagine that once we've standardized multiple storage buckets that a similar mechanism could be used such that an origin as shareable, the user could provide some kind of consent to expose this to the local picker list, and then subsequently the bucket becomes accessible from a picker triggered by another origin.

-- 
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/115#issuecomment-716035642

Received on Saturday, 24 October 2020 18:28:22 UTC