Content tagged service-worker

Similar Tags

Report Tag

6 usages of this tag
9
This content is deleted
Tutorial
Offline games in Construct
17 favourites

Construct 3 and Construct Animate web exports can work offline. So long as the project has been downloaded once while online, the user can successfully load the...

1
  • 12.5K visits
  • 15.6K views
This content is deleted
Blog Post
Service Workers are a pain in the ass
0 favourites

For years now, Construct 2 has used AppCache to allow its HTML5 games to run offline . However recently Chrome and Firefox have been adding support for Service...

  • 0 replies
  • 783 views
This content is deleted
Forum Topic
How do I disable browser caching?
0 favourites

My game creates application cache at start (visible in Chrome at Application->Clear storage) which spoils version updating process. I upload new game version bu...

  • 4 replies
  • 1.5K views
This content is deleted
Forum Topic
Disable Service Worker
0 favourites

My client needs to have the newest version always when player play the game, but with the current Service Worker, it seems it gave the old version first before...

posted 3 years ago
  • 0 replies
  • 148 views
This content is deleted
Forum Topic
How do I disable sw.js?
0 favourites

I'm hosting my Construct 3 HTML5 game using node/express. I got everything working except the game is still available at localhost:3000 even after closing the s...

  • 1 replies
  • 462 views
This content is deleted
Forum Topic
SW.js update check failed
0 favourites

I have error when make auto update for my game with query param on url. This is for my update check. And then I use url like this to open the game : 'https://ur...

Similar Tags