You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js/modules
Daniel Gasienica fcd30cd919 Close database after migration
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
- 80c7a06d5c/backbone-indexeddb.js (L558-L565)
7 years ago
..
migrations Close database after migration 7 years ago
types Improve ``Message.upgradeSchema` preconditions 7 years ago
views Remove type annotation 7 years ago
.eslintrc
auto_orient_image.js
backup.js Encryption support for backup and restore 7 years ago
crypto.js Encryption support for backup and restore 7 years ago
debuglogs.js Document workaround for `got` `FormData` bug 7 years ago
deferred_to_promise.js Extract `deferredToPromise` 7 years ago
global_errors.js Rename `Errors` to `GlobalErrors` for clarity 7 years ago
idle_detector.js Upgrade 2 messages every 30 seconds 7 years ago
logs.js Refactor: db tasks to database.js, log delete to modules/logs.js 7 years ago
messages_data_migrator.js Add `Signal.Workflow` namespace 7 years ago
os.js
privacy.js Use double quotes for identifiers in error messages 7 years ago
string_to_array_buffer.js Use double quotes for identifiers in error messages 7 years ago