Skip to content

ERP5JS: drop appcache usage and switch to Serviceworker

Romain Courteaud requested to merge romain/erp5:serviceworker into master

As Chrome is dropping appcache API soon, it is mandatory to switch to the ServiceWorker API to keep the ERP5JS performance acceptable.

Hopefully, the service worker compatibility is nowadays good enough to be usable with the main browsers (Chrome, Safari, Firefox).

Merge request reports