Supprimer un message
max
une petite piste:
2.3. Exceptions for the XMLHttpRequest Object
exception XMLHttpRequestException {
unsigned short code;
};
const unsigned short NETWORK_ERR = 101;
The NETWORK_ERR exception is thrown when a network error occurs in synchronous requests. See the section on send() for more details.
2.3. Exceptions for the XMLHttpRequest Object
exception XMLHttpRequestException {
unsigned short code;
};
const unsigned short NETWORK_ERR = 101;
The NETWORK_ERR exception is thrown when a network error occurs in synchronous requests. See the section on send() for more details.