Closed djaonourside closed 6 years ago
Yes it's possible: https://github.com/elsassph/haxe-modular/blob/master/doc/library-usage.md#api
You can set Require.jsExt
to ".js?c=" + Math.random()
somewhere at the beginning of your code and all the requests will have the same random value appened to the URL.
thanks a lot:)
Is there any mechanism to avoid loaded js the browser caching?