1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-02-03 16:11:41 +01:00

4 lines
294 B
JavaScript
Raw Normal View History

// 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");