A simple IndexedDB-based implementation of the Couch interface. Stores tokens in the browser's IndexedDB for better performance with larger datasets.
Clear all tokens from the couch.
Get all tokens currently stored in the couch.
Store a token in the couch. Returns a function that can be called to remove this specific token.
A simple IndexedDB-based implementation of the Couch interface. Stores tokens in the browser's IndexedDB for better performance with larger datasets.