also import this

This commit is contained in:
Bruno Windels 2020-09-29 09:56:46 +02:00
parent c1ecaffbae
commit c529df179b

View file

@ -16,6 +16,7 @@ limitations under the License.
import {QueryTarget} from "./QueryTarget.js";
import {IDBRequestAttemptError} from "./error.js";
import {StorageError} from "../error.js";
class QueryTargetWrapper {
constructor(qt) {