[w3c/IndexedDB] IDL interface for the intersection of IDBObjectStore and IDBIndex? (#367)

IDBObjectStore and IDBIndex APIs seem to be aligned in large parts, but this is not formalized as a shared interface in the spec. 

We are using the spec to derive types (for jsdoc and j2cl), and an explicit IDL interface for the shared parts of IDBObjectStore and IDBIndex would help us abstract from the differences of IDBIndex and IDBObjectStore in code where the difference doesn't matter.

-- 
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/367

Received on Thursday, 14 October 2021 15:36:22 UTC