Skip to content

Commit

Permalink
Add comment for future reference
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 18, 2021
1 parent 94669ba commit 6dd4407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/utils/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export let idbKeyval = (() => {
};
})();

// TODO: revisit this
// iOS add-to-homescreen is missing IDB, or at least it used to.
// I haven't tested this in a while.
if (!self.indexedDB) {
Expand Down

0 comments on commit 6dd4407

Please sign in to comment.