Appcache will be deprecated in april

Hi,

chrome shows a new warning:

[Deprecation] Application Cache API manifest selection is deprecated and will be removed in M82, around April 2020. See https://www.chromestatus.com/features/6192449487634432 for more details.

Is there an easy way to replace appcache?

1 Like

That looks a lot like what a service worker does. I imagine the appcache package should be updated to provide a basic service worker, or maybe include it in the meteor project generators.

1 Like

That would also imply a service worker package and such could be a good step towards out of the box pwa support

5 Likes

I always wondered how much success people had using the appcache package