Highest Rated Comments


AndrewJDev1 karma

Is it possible to execute JavaScript (Without UI/React) and return that to some platform code. For example inside a background service?

Platform code --> JS --> Platform code

rather than:

JS --> Platform code --> JS