mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-24 08:39:07 +01:00
fcd30cd919
This is not 100% reliable as database connections are closed in a separate thread according to the documentation: - https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close - https://stackoverflow.com/a/18639298 - https://github.com/superfeedr/indexeddb-backbonejs-adapter/blob/80c7a06d5c0a75296106e9a62663230459cef857/backbone-indexeddb.js#L558-L565