Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi,
I would like to know what happen if i make an app that load a 50megs file (XML file that contains some definition) via an ajax call. If the user go back.. does this file are kept in browser cache (along with the game html5 client) ?
Thanks!
It depends on the cache directives that the server sends back in the HTTP response.
But do this still apply ? scirra.com/tutorials/70/offline-games-in-construct-2
Develop games in your browser. Powerful, performant & highly capable.
If you AJAX request a project file, it's stored in the offline cache. Any other file you request will not be and will require an internet connection to load.
Alright thanks for clarification!