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 5d927b73e6 Use `while` loop for IDB cursor iteration
Previously, I messily combined promises and callbacks because I thought we
were affected by the microtask issue:
https://github.com/gasi/idb#iteratecursor--iteratekeycursor

ESLint’s `more/no-then` encouraged me to revisit this and it works as expected.
8 years ago
..
migrations/17 Use `while` loop for IDB cursor iteration 8 years ago
types 🎨 Format ternaries 8 years ago
.eslintrc Auto-fixes: UX Improvements (#2077) 8 years ago
auto_orient_image.js Auto-orient image attachments based on EXIF metadata 8 years ago
debuglogs.js Document workaround for `got` `FormData` bug 8 years ago
global_errors.js Rename `Errors` to `GlobalErrors` for clarity 8 years ago
logs.js Refactor: db tasks to database.js, log delete to modules/logs.js 8 years ago
os.js Add `OS` module 8 years ago
privacy.js Escape special characters in file path 8 years ago