I tried everything to clear all data, but still Chrome keeps finding old files, for example an old version of c3runtime.js:
- Deleted the sw.js and offline.json files from the server, to be sure Chrome doesn't save the app for offline use.
- With Crome Dev Tools cleared all files in storage, cached-storage, ...
- Cleared all browsing data, history, ...
- Even changed the directory of the app on the server
Reloaded with Ctrl+Shift+R, and still Chrome used old files that didn't exist anymore.
But I've found the solution in the end: incognito-modus.
+ force a reload of the json file by adding ?t=" & random(1000) to the URL.
Thank you all for your help!
My working code:
Wim