XMLHttpRequestException

Module:
xml
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

toString

toString


DOMString toString(); 

Member Data

ABORT_ERR
code
message
name
NETWORK_ERR

ABORT_ERR


const unsigned short ABORT_ERR = 102; 


code


readonly attribute unsigned short code; 


message


readonly attribute DOMString message; 


name


readonly attribute DOMString name; 


NETWORK_ERR


const unsigned short NETWORK_ERR = 101; 

 

Last Updated: 2009-05-29