All Downloads are FREE. Search and download functionalities are using the official Maven repository.

client.sidebar-sdk-java.2.5.29.source-code.localStorageScript.js Maven / Gradle / Ivy

/* Copyright (c) 2017-present Acrolinx GmbH */

(function() {
  window.acrolinxStorage = {
    getItem: function(key) {
      return getItemP(key);
    },
    removeItem: function(key) {
      removeItemP(key);
    },
    setItem:
    function(key, data) {
      setItemP(key, data);
    }
  }
})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy