I’ve looked and can’t seem to find a straight answer on the default size limit for the browser’s application cache storage. I’m currently planning to cache a SQLite database in a Blazor progressive web app and need to understand the default behavior and ultimately the limits.
2