- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 18 Jun 2019 19:24:43 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 June 2019 02:25:06 UTC
`objectStore.keyPath === objectStore.keyPath` returns `true` on Firefox and `false` on Chrome when `keyPath` is a sequence. We should probably make this consistent on multiple implementations and add a proper WPT test. Demo: https://saschanaz.github.io/to-do-notifications/ (Open the console and and try adding an item.) Probably related to https://github.com/w3c/IndexedDB/issues/235 because using FrozenArray will require the Firefox caching behavior. -- 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/283
Received on Wednesday, 19 June 2019 02:25:06 UTC