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

It seems to me that you want a database-as-a-service. Have you considered the SW route?

You'd register a domain and deploy code that installs a SW and fulfills HTTP requests by reading/writing to IndexedDB. You can make up your own REST (or non-REST if you prefer) HTTP API for interacting with the database. I think this works on today's modern browsers, and doesn't require any new permissions.

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

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