Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish object store from thing IDBObjectStore represents #3

Closed
inexorabletash opened this issue May 7, 2015 · 3 comments
Closed

Comments

@inexorabletash
Copy link
Member

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 ?

@inexorabletash
Copy link
Member Author

My best suggestions so far are:

  • object store handle
  • transaction object store handle
  • object store transaction handle

(ditto for index, of course)

@inexorabletash
Copy link
Member Author

In progress, see 49644b9 and 9cc784d

@inexorabletash
Copy link
Member Author

And with b03663e, calling this done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant