HTML5 Cache / Application Cache

https://webplatform.github.io/docs/apis/appcache/ApplicationCache/ depreciated

https://developer.mozilla.org/en-US/docs/Web/API/Cache what we’re supposed to use now

https://caniuse.com/#search=cache 92%

Anyone try setting this up with a Defold based game before so they can run “offline” in the browser?

Not a Defold game, but I used service workers before. The easiest to set this up is with Workbox: https://developers.google.com/web/tools/workbox/guides/generate-service-worker/cli

1 Like