decentraland / explorer-website

This is the repository for the website served in play.decentraland.org
https://play.decentraland.org
Apache License 2.0
7 stars 19 forks source link

Add service worker to permanently-cache some artifacts #117

Open menduz opened 2 years ago

menduz commented 2 years ago

The routes that should be locally cached forever are:

This is possible using the CacheStorage API available in service workers

aixaCode commented 1 year ago

decentraland/unity-renderer#3802