1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-13 13:37:25 +01:00
2021-06-02 12:32:03 +02:00

4 lines
294 B
JavaScript

// we have our own main file for this module as we need both these symbols to
// be exported, and we also don't want to auto behaviour that modifies global vars
exports.FDBFactory = require("fake-indexeddb/lib/FDBFactory.js");
exports.FDBKeyRange = require("fake-indexeddb/lib/FDBKeyRange.js");