Slide 43
Slide 43 text
● Clearing the browser cache is hard
● Clear-Site-Data and cache:reload are the ‘proper’ solutions
● Until then, POST in an IFRAME is the most effective solution if you want to
or need to use the HTTP cache
● Service worker cache API is much more straightforward if you are caching
there
● Web Push allows proactive notification of invalidations, but still requires a
visible notification
Summary