Handler

class Handler[F[_], S, M](actions: Buffer[Action[F, S, M]], cb: Either[Throwable, String] => Unit)
class Object
trait Matchable
class Any

Value members

Concrete methods

@HostAccess$$Export
def error(value: String): Unit
@HostAccess$$Export
def result(value: String): Unit