[IndexedDB] Distinguish object store from thing IDBObjectStore represents (#3)

The spec conflates the notion of an __object store__, the persistent entity in which values are stored, with the entity that `IDBObjectStore` provides script access to, which is associated with a __transaction__.

I'm not sure what to call the latter - an __object store proxy__ ?

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

Received on Thursday, 7 May 2015 23:22:51 UTC