Is there an equivalent of resources on the JS plat...
# javascript
n
Is there an equivalent of resources on the JS platform? I’d like a multiplatform API for loading resources packaged in the application.
b
Probably the main source of resources in the web is webserver 🙂
n
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.