XMLHttpRequest

From Web Computing Documentation
Jump to: navigation, search

extern class XMLHttpRequest

  • web2grid
    • web2grid.js
      • web2grid.js.XMLHttpRequest

Class overview

The class enables HaXe interactions with the browser's XMLHttpRequest object.

Public variables

readyState : Int

responseText : String

status : Int

statusText : String

Public functions

new ()

abort ()

getAllResponseHeaders () : String

getResponseHeader (name : String) : String

setRequestHeader (name : String, value : String)

open (method : String, url : String, ?async : Bool, ?user : String, ?password : String)

send (content : String)

send (?content : String)

Personal tools
Modules