- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Wed, 11 Apr 2018 21:27:34 +0000 (UTC)
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 April 2018 21:28:00 UTC
`keyPath` for IDBObjectStore and IDBIndex is defined as `any` but then the spec says: >The key path is converted as a DOMString (if a string) or a sequence<DOMString> (if a list of strings), per [WEBIDL]. I think it should be `DOMString or sequence<DOMString>` then. -- 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/235
Received on Wednesday, 11 April 2018 21:28:00 UTC