[w3c/IndexedDB] Apply [SameObject] IDL extended attribute to relevant attributes (#194)

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