Re: [w3c/IndexedDB] Site-agnostic databases based on `registerProtocolHandler` (#264)

One can implement it in such a way--as I did in my polyfill--but the problem is that I'd like something site-agnostic.

On the file system, for example, no one word processing app owns your word processing data files, while on the web, we've regressed to data silos where our data is tied to a particular site, with the best case being that sites allow export or to third-party federated services. But nothing for fully offline use and which is agnostic to site.

-- 
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/IndexedDB/issues/264#issuecomment-494685039

Received on Wednesday, 22 May 2019 07:23:17 UTC