UNPKG

895 BJavaScriptView Raw
1"use strict";
2
3/*
4Copyright 2017 Vector Creations Ltd
5
6Licensed under the Apache License, Version 2.0 (the "License");
7you may not use this file except in compliance with the License.
8You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17*/
18
19/**
20 * Separate exports file for the indexeddb web worker, which is designed
21 * to be used separately
22 */
23
24/** The {@link module:indexeddb-store-worker~IndexedDBStoreWorker} class. */
25module.exports.IndexedDBStoreWorker = require("./store/indexeddb-store-worker.js");
26//# sourceMappingURL=indexeddb-worker.js.map
\No newline at end of file