Re: [w3c/IndexedDB] Define Indexed DB as a storage endpoint, use hooks (#334)

Cool. A few thoughts on how to structure the bottle map...

* _name_ → (_queue_, _database_)
* _name_ → _database_, and make _queue_ a property of _database_, and make databases never be deleted, only cleared/reset.
* ("queue", _name_) → _queue_ and ("database", _name_) → _database_

Pros and cons for each. Preferences? Other ideas?




-- 
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/pull/334#issuecomment-630452934

Received on Monday, 18 May 2020 21:49:34 UTC