[w3c/IndexedDB] Shouldn't keyPath properties be (DOMString or sequence<DOMString>)? (#235)

`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