@availity/keyv-local-sync

Simple key-value storage for local in memory caches in a synchros fashion

Usage no npm install needed!

<script type="module">
  import availityKeyvLocalSync from 'https://cdn.skypack.dev/@availity/keyv-local-sync';
</script>

README

Availity JavaScript SDK

JavaScript SDK for designed for the Availity Portal

Build Coverage License

Documentation

Docs for each of the packages deployed in sdk-js can be found at https://availity.github.io/

Supported Browsers

Packages in this repository are designed to work with the following browsers

  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox

Internet Explorer Support

Active support for Internet Explorer was dropped in August 2021. Some packages use core-js and babel to polyfill unsupported features, but this will be phased out over time.

If you still need support for IE 11, you need to either:

  • Use @availity/workflow >=8.5.0 && <9.0.0. This will transpile all your code and add polyfills needed for IE 11 support.
  • If you are not using @availity/workflow, or cannot upgrade to at least 8.5.0, then you will need to import the package's compiled code from its /lib folder.

Contributing

Check out our contributing guide for more information on how to contribute.

License

MIT