Is there an equivalent of resources on the JS platform? I’d like a multiplatform API for loading resources packaged in the application.
b
bashor
07/24/2017, 12:38 PM
Probably the main source of resources in the web is webserver 🙂
n
natpryce
08/11/2017, 9:25 AM
Not all JS code has a webserver to talk to. I ended up converting all my resources to variables, so they can be obtained in the same way on JS and JVM platforms, but it’s a clunky solution.