t

org.querki.jquery

JQueryXHR

trait JQueryXHR extends XMLHttpRequest with JQueryDeferred

Annotations
@RawJSType() @native()
Linear Supertypes
JQueryDeferred, JQueryPromise, XMLHttpRequest, EventTarget, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQueryXHR
  2. JQueryDeferred
  3. JQueryPromise
  4. XMLHttpRequest
  5. EventTarget
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def abort(): Unit
    Definition Classes
    XMLHttpRequest
  5. def addEventListener[T <: Event](type: String, listener: Function1[T, _], options: EventListenerOptions): Unit
    Definition Classes
    EventTarget
  6. def addEventListener[T <: Event](type: String, listener: Function1[T, _], useCapture: Boolean): Unit
    Definition Classes
    EventTarget
  7. def always(handler: Function3[Any, String, |[JQueryXHR, String], Any]): JQueryXHR
  8. def always(alwaysCallbacks: Function*): JQueryDeferred

    Add handlers to be called when the Deferred object is either resolved or rejected.

    Add handlers to be called when the Deferred object is either resolved or rejected.

    Definition Classes
    JQueryPromise
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def create(): XMLHttpRequest
    Definition Classes
    XMLHttpRequest
  12. def dispatchEvent(evt: Event): Boolean
    Definition Classes
    EventTarget
  13. def done(handler: Function3[Any, String, JQueryXHR, Any]): JQueryXHR
  14. def done(doneCallbacks: Function*): JQueryDeferred

    Add handlers to be called when the Deferred object is resolved.

    Add handlers to be called when the Deferred object is resolved.

    Definition Classes
    JQueryPromise
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fail(handler: Function3[JQueryXHR, String, String, Any]): JQueryXHR
  18. def fail(failCallbacks: Function*): JQueryDeferred

    Add handlers to be called when the Deferred object is rejected.

    Add handlers to be called when the Deferred object is rejected.

    Definition Classes
    JQueryPromise
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def getAllResponseHeaders(): String
    Definition Classes
    XMLHttpRequest
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getResponseHeader(header: String): String
    Definition Classes
    XMLHttpRequest
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def notify(args: Any*): JQueryDeferred

    Call the progressCallbacks on a Deferred object with the given args.

    Call the progressCallbacks on a Deferred object with the given args.

    Definition Classes
    JQueryDeferred
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def notifyWith(context: Object, args: Array[_]): JQueryDeferred

    Call the progressCallbacks on a Deferred object with the given context and args.

    Call the progressCallbacks on a Deferred object with the given context and args.

    Definition Classes
    JQueryDeferred
  32. var onabort: Function1[Any, _]
    Definition Classes
    XMLHttpRequest
  33. var onerror: Function1[ErrorEvent, _]
    Definition Classes
    XMLHttpRequest
  34. var onload: Function1[Event, _]
    Definition Classes
    XMLHttpRequest
  35. var onloadend: Function1[ProgressEvent, _]
    Definition Classes
    XMLHttpRequest
  36. var onloadstart: Function1[Any, _]
    Definition Classes
    XMLHttpRequest
  37. var onprogress: Function1[ProgressEvent, _]
    Definition Classes
    XMLHttpRequest
  38. var onreadystatechange: Function1[Event, _]
    Definition Classes
    XMLHttpRequest
  39. var ontimeout: Function1[Event, _]
    Definition Classes
    XMLHttpRequest
  40. def open(method: String, url: String, async: Boolean, user: String, password: String): Unit
    Definition Classes
    XMLHttpRequest
  41. def overrideMimeType(): Dynamic
  42. def progress(progressCallbacks: Function*): JQueryDeferred

    Add handlers to be called when the Deferred object generates progress notifications.

    Add handlers to be called when the Deferred object generates progress notifications.

    Each parameter can be either a Function *or* an Array of Functions.

    Definition Classes
    JQueryPromise
  43. def promise(target: UndefOr[Object]): JQueryPromise

    Return a Deferred's Promise object.

    Return a Deferred's Promise object.

    Definition Classes
    JQueryPromise
  44. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  45. def readyState: Int
    Definition Classes
    XMLHttpRequest
  46. def reject(args: Any*): JQueryDeferred

    Reject a Deferred object and call any failCallbacks with the given args.

    Reject a Deferred object and call any failCallbacks with the given args.

    Definition Classes
    JQueryDeferred
  47. def rejectWith(context: Object, args: Array[Any]): JQueryDeferred

    Reject a Deferred object and call any failCallbacks with the given context and args.

    Reject a Deferred object and call any failCallbacks with the given context and args.

    Definition Classes
    JQueryDeferred
  48. def removeEventListener[T <: Event](type: String, listener: Function1[T, _], options: EventListenerOptions): Unit
    Definition Classes
    EventTarget
  49. def removeEventListener[T <: Event](type: String, listener: Function1[T, _], useCapture: Boolean): Unit
    Definition Classes
    EventTarget
  50. def resolve(args: Any*): JQueryDeferred

    Resolve a Deferred object and call any doneCallbacks with the given args.

    Resolve a Deferred object and call any doneCallbacks with the given args.

    Definition Classes
    JQueryDeferred
  51. def resolveWith(context: Object, args: Array[Any]): JQueryDeferred

    Resolve a Deferred object and call any doneCallbacks with the given context and args.

    Resolve a Deferred object and call any doneCallbacks with the given context and args.

    Definition Classes
    JQueryDeferred
  52. def response: Any
    Definition Classes
    XMLHttpRequest
  53. def responseText: String
    Definition Classes
    XMLHttpRequest
  54. var responseType: String
    Definition Classes
    XMLHttpRequest
  55. def responseURL: UndefOr[String]
    Definition Classes
    XMLHttpRequest
  56. def responseXML: Document
    Definition Classes
    XMLHttpRequest
  57. def send(data: Any): Unit
    Definition Classes
    XMLHttpRequest
  58. def setRequestHeader(header: String, value: String): Unit
    Definition Classes
    XMLHttpRequest
  59. def state(): String

    Determine the current state of a Deferred object.

    Determine the current state of a Deferred object.

    Definition Classes
    JQueryPromise
  60. def status: Int
    Definition Classes
    XMLHttpRequest
  61. def statusText: String
    Definition Classes
    XMLHttpRequest
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def then(doneCallback: Function3[Any, String, JQueryXHR, Any], failCallback: Function3[JQueryXHR, String, String, Any]): JQueryXHR
  64. def then(doneFilter: Function1[Any, Any], failFilter: UndefOr[Function1[Any, Any]] = js.undefined, progressFilter: UndefOr[Function1[Any, Any]] = js.undefined): JQueryPromise

    Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.

    Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.

    Definition Classes
    JQueryPromise
  65. var timeout: Double
    Definition Classes
    XMLHttpRequest
  66. def toLocaleString(): String
    Definition Classes
    Object
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. var upload: XMLHttpRequestEventTarget
    Definition Classes
    XMLHttpRequest
  69. def valueOf(): Any
    Definition Classes
    Object
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. var withCredentials: Boolean
    Definition Classes
    XMLHttpRequest

Inherited from JQueryDeferred

Inherited from JQueryPromise

Inherited from XMLHttpRequest

Inherited from EventTarget

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped