Re: [IndexedDB] Introduce IDBKeySet (#19)

Noodling:

```webidl

// valid?
typedef (unrestricted double or Date or DOMString or BufferSource or sequence<IDBKey>) IDBKey;

// old:
typedef (IDBKey or IDBKeyRange) IDBQuery;

// new ???
```

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/19#issuecomment-112535950

Received on Tuesday, 16 June 2015 19:24:09 UTC