You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i has a app created by electron, the app can open multi instance(every instance will open indexedDB at first). when i open the second app instance, err throw "DOMException: Internal error opening backing store for indexedDB.open.", indexedDB will lock the disk db operation at other app instance? how solve the problem. more detail from https://github.com/electron/electron/issues/10792
The text was updated successfully, but these errors were encountered:
i has a app created by electron, the app can open multi instance(every instance will open indexedDB at first). when i open the second app instance, err throw "DOMException: Internal error opening backing store for indexedDB.open.", indexedDB will lock the disk db operation at other app instance? how solve the problem. more detail from https://github.com/electron/electron/issues/10792
The text was updated successfully, but these errors were encountered: