package
dom
Type Members
-
-
-
-
-
-
-
-
class
Error extends Object
-
final
case class
Request(url: String, data: String = "", timeout: Int = 0, headers: Map[String, String] = ..., crossDomain: Boolean = false, responseType: String = "", method: String = "GET") extends Product with Serializable
-
final
case class
Response(body: String, status: Int, responseType: String) extends Product with Serializable
Value Members
-
-
-
object
Rxscalajs extends GlobalScope