Packages

t

facade.npm

Config

trait Config extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Adapter = Function1[Config, Promise[Response]]
  2. type ParamsSerializer = Function1[Dictionary[Any], _]
  3. type Progress = Function1[Dynamic, Unit]
  4. type RequestTransform = Function2[Dynamic, Dictionary[String], _]
  5. type ResponseTransform = Function1[Dynamic, _]
  6. type ValidateStatus = Function1[Int, Boolean]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val adapter: Adapter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val auth: Auth
  7. val baseURL: String
  8. val cancelToken: CancelToken
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val data: Dynamic
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val headers: Dictionary[String]
  17. val httpAgent: HttpAgent
  18. val httpsAgent: HttpAgent
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val maxContentLength: Int
  22. val maxRedirects: Int
  23. val method: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val onDownloadProgress: Progress
  28. val onUploadProgress: Progress
  29. val params: Dictionary[Any]
  30. val paramsSerializer: ParamsSerializer
  31. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  32. val proxy: Proxy
  33. val responseType: String
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val timeout: Int
  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val transformRequest: Array[RequestTransform]
  39. val transformResponse: Array[ResponseTransform]
  40. val url: String
  41. val validateStatus: ValidateStatus
  42. def valueOf(): Any
    Definition Classes
    Object
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. val withCredentials: Boolean
  47. val xsrfCookieName: String
  48. val xsrfHeaderName: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped