How to use @webex/storage-adapter-local-forage - 1 common examples

To help you get started, we’ve selected a few @webex/storage-adapter-local-forage examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github webex / react-widgets / packages / node_modules / @ciscospark / react-redux-spark / src / sdk.js View on Github external
client_id: process.env.WEBEX_CLIENT_ID,
      federation: configureFederation(),
      scope: 'spark:all spark:kms'
    },
    // Added to help load blocking during decryption
    encryption: {
      kmsInitialTimeout: 10000
    },
    meetings: {
      deviceType: 'WEB'
    },
    phone: {
      enableExperimentalGroupCallingSupport: true
    },
    storage: {
      unboundedAdapter: new LocalForageStoreAdapter('webex-react-widgets')
    }
  };
}

@webex/storage-adapter-local-forage

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

MIT
Latest version published 1 month ago

Package Health Score

75 / 100
Full package analysis

Popular @webex/storage-adapter-local-forage functions

Similar packages