Is it possible to call a scala JS function directly from scala JVM with parameter passing ?
I want to execute some javascript code in the browser, for example a plotting javascript library that renders in the browser and used from scala jvm by passing a vector parameter to a javascript function.
I haven't found any source addressing this topic.