Current Path : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/js/ui/indexeddb/ |
Current File : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/js/ui/indexeddb/ui.indexeddb.bundle.js |
(function (exports) { 'use strict'; /** * Bitrix UI * IndexedDB manager (integration with Dexie.js) * * @package bitrix * @subpackage im * @copyright 2001-2019 Bitrix * * @see https://dexie.org/docs/Tutorial/Getting-started */ var IndexedDBIntegrationWithDexie = function IndexedDBIntegrationWithDexie(database) { babelHelpers.classCallCheck(this, IndexedDBIntegrationWithDexie); return new Dexie(database); }; if (!window.BX) { window.BX = {}; } if (typeof window.BX.IndexedDB === 'undefined') { BX.IndexedDB = IndexedDBIntegrationWithDexie; } }((this.window = this.window || {}))); //# sourceMappingURL=ui.indexeddb.bundle.js.map