WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

Index

Methods

abort

get

  • get(callback?: function): DsvXhr<T>

header

  • header(name: string): string
  • header(name: string, value: string): DsvXhr<T>

mimeType

  • mimeType(): string
  • mimeType(type: string): DsvXhr<T>

on

  • on(type: "beforesend"): function
  • on(type: "progress"): function
  • on(type: "load"): function
  • on(type: "error"): function
  • on(type: string): function
  • on(type: "beforesend", listener: function): DsvXhr<T>
  • on(type: "progress", listener: function): DsvXhr<T>
  • on(type: "load", listener: function): DsvXhr<T>
  • on(type: "error", listener: function): DsvXhr<T>
  • on(type: string, listener: function): DsvXhr<T>

post

  • post(data?: any, callback?: function): DsvXhr<T>
  • post(callback: function): DsvXhr<T>

response

  • response(): function
  • response(value: function): DsvXhr<T>

responseType

  • responseType(): string
  • responseType(type: string): DsvXhr<T>

row

  • row(): function
  • row<U>(accessor: function): DsvXhr<U>

send

  • send(method: string, data?: any, callback?: function): DsvXhr<T>
  • send(method: string, callback: function): DsvXhr<T>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc