Default/max browser application cache storage size
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.
Max browser application cache storage size limit
I’ve looked and can’t seem to find a straight answer on the max 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 limits. I assume this is also different from the max cache limit specifically around PWAs?