Start migrating quirks to TypeScript
This commit is contained in:
parent
9fcc776a29
commit
2cb8944a78
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import {Storage} from "./Storage";
|
|||
import { openDatabase, reqAsPromise } from "./utils";
|
||||
import { exportSession, importSession } from "./export";
|
||||
import { schema } from "./schema";
|
||||
import { detectWebkitEarlyCloseTxnBug } from "./quirks.js";
|
||||
import { detectWebkitEarlyCloseTxnBug } from "./quirks";
|
||||
|
||||
const sessionName = sessionId => `hydrogen_session_${sessionId}`;
|
||||
const openDatabaseWithSessionId = function(sessionId, idbFactory) {
|
||||
|
|
Reference in a new issue