Hi,
I would like to use FileLoader.
Calling isc.FileLoader.ensureLoaded(...) works when SmartClient is loaded with packed/obfuscated modules from the directory /modules/.
When I try to load FileLoader with unobfuscated modules from /modules-debug/ directory it fails:
Should I use unobfuscated version of FileLoader? It is not in the distribution.
Best regards,
Janusz
I would like to use FileLoader.
Calling isc.FileLoader.ensureLoaded(...) works when SmartClient is loaded with packed/obfuscated modules from the directory /modules/.
When I try to load FileLoader with unobfuscated modules from /modules-debug/ directory it fails:
Code:
isc.FileLoader.ensureLoaded(function() {}); ISC_FileLoader.js:formatted:1560 Uncaught TypeError: isc.FileLoader.$41o is not a function at ISC_FileLoader.js:138
Best regards,
Janusz
Comment