Delay initializing SQL in renderer

This commit is contained in:
Fedor Indutny 2021-10-07 11:16:51 -07:00 committed by GitHub
parent 0d5ef38e52
commit 8cf6748dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 101 additions and 104 deletions

View file

@ -685,6 +685,7 @@ export type ClientInterface = DataInterface & {
// whether we should use IPC to use the database in the main process or
// use the db already running in the renderer.
goBackToMainProcess: () => Promise<void>;
startInRendererProcess: (isTesting?: boolean) => Promise<void>;
};
export type ClientJobType = {