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

Initial framework for indexeddb-backed crypto store #445

Merged
merged 3 commits into from May 31, 2017

Commits on May 30, 2017

  1. Initial framework for indexeddb-backed crypto store

    Doesn't do anything useful yet - just demonstrates a framework for how I hope
    it will fit into the sdk.
    richvdh committed May 30, 2017
    Copy the full SHA
    4c7afe5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Address Kegan's review comments

    jsdoc mostly.
    richvdh committed May 31, 2017
    Copy the full SHA
    716d098 View commit details
    Browse the repository at this point in the history
  2. Add MatrixClient.clearStores

    - to clear both sets of storage on logout
    richvdh committed May 31, 2017
    Copy the full SHA
    ef03b70 View commit details
    Browse the repository at this point in the history