org.scalajs

jsenv

package jsenv

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Input extends AnyRef

    Input to a JSEnv.

  2. trait JSComRun extends JSRun

    A JSRun that has a communication channel to the running JS code.

  3. trait JSEnv extends AnyRef

    A JavaScript execution environment.

  4. trait JSRun extends AutoCloseable

    A launched instance of a JSEnv.

  5. final class RunConfig extends AnyRef

    Configuration provided when starting a JSEnv.

  6. case class UnsupportedInputException(msg: String, cause: Throwable) extends IllegalArgumentException with Product with Serializable

Value Members

  1. object ExternalJSRun

    Support for creating a JSRun via an external process.

  2. object Input

  3. object JSComRun

  4. object JSRun

  5. object RunConfig

Ungrouped