- From: randomekek <notifications@github.com>
- Date: Sun, 15 Sep 2019 06:24:00 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 15 September 2019 13:24:22 UTC
It's sad that since this is not in the initial spec, future versions need feature detection. Is there any other way forward? Example 1: `getAll({query, count, direction})`. Old clients will reject this with an exception as the first parameter is not an index. This allows new clients to feature detect. Example 2: `getAll(query, count, options)`. Old client reject this with exception - i hope it does? -- 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/130#issuecomment-531565258
Received on Sunday, 15 September 2019 13:24:22 UTC