mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
4 lines
294 B
JavaScript
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");
|