- From: Joshua Bell <notifications@github.com>
- Date: Fri, 21 Apr 2017 11:17:19 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 April 2017 18:18:23 UTC
We can apply `[SameObject]` in the following cases: * IDBObjectStore's `transaction` * IDBIndex's `objectStore` * IDBTransaction's `db` Although semantically "same object" I don't think we can apply it in these cases per IDL's rules. * IDBRequest and IDBCursor's `source` - it's a nullable union * IDBObjectStore and IDBIndex's `keyPath` - it is `any` and defined in prose as effectively `(DOMString or sequence<DOMString>)` (nullable for stores) -- 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/194
Received on Friday, 21 April 2017 18:18:23 UTC