SDK Documents
NetFront Browser v3.4 DOM Support List Rev.2.0

8. The XMLHttpRequest Object

8.1 The XMLHttpRequest Object

InterfaceAttribute/MethodSupportRemark
XMLHttpRequest
Attribute
onreadystatechange Yes
readyState Yes
responseText Yes
responseXML Yes
status Yes
statusText Yes
Method
XMLHttpRequest() Yes
open(in DOMString method, in DOMString uri) Yes POST and GET are supported as methods.
open(in DOMString method, in DOMString uri, in boolean async) Yes POST and GET are supported as methods.
open(in DOMString method, in DOMString uri, in boolean async, in DOMString user) Yes POST and GET are supported as methods.
open(in DOMString method, in DOMString uri, in boolean async, in DOMString user, in DOMString password) Yes In NF3, post and get are supported as method.
setRequestHeader(in DOMString header, in DOMString value) Yes
send(in DOMString data) Yes In NF3, string is converted to UTF-8 when it is posted.
send(in Document data) No
abort() Yes
getAllResponseHeaders() Yes
getResponseHeader(in DOMString header) Yes