Hi Ribis, thanks for you answer.
"Your game runs via web browser"
I understand correctly that mobile games (or operating systems - Windows, Mac) are also launched through the browser?
Could you please tell me where can I find documentation on how the contract works on different operating systems?
Of course I read the official documentation.
is there more detailed documentation?
Construct 3 is used to make games/app which only runs on the web browser. Construct1 could export as an application, but it's not the case anymore.
This is because, the app is made with Javascript, which runs only in a web browser. So, really the game run on a web page that has a canvas on it. This is good in some aspects because an app or game made with construct3 can run on any device which supports a web browser/javascript, however, the performance is not great as native export.
That's why you need to use AJAX when you are trying to retrieve some specific data in the file. The web browser doesn't have direct access to the files if I'm right.
check the export options: https://www.construct.net/en/make-games/manuals/construct-3/overview/publishing-projects