I am building an APP where users will need to upload up to 5 Images. I am using API Express to support offline capabilities in case the user loses internet. I know there is a limit on LSV but what is the limit on indexedDB. Phones this days are capable of capturing large images and I want to know what my limitations are.
The other question/confirmation is: after changes are committed to the DB does Appery clear the IndexedDB..I read the documentation on Mozilla that said data is persistence but how is Appery handling this..