AppleSauce
    Preparing search index...

    A simple IndexedDB-based implementation of the Couch interface. Stores tokens in the browser's IndexedDB for better performance with larger datasets.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Store a token in the couch. Returns a function that can be called to remove this specific token.

      Parameters

      • token: Token

      Returns Promise<() => Promise<void>>