- From: Joshua Bell <notifications@github.com>
- Date: Mon, 18 May 2020 14:49:21 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 May 2020 21:49:34 UTC
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