In XMLHttpRequest, where is error flag variable?
Posted
by Tiangolo
on Stack Overflow
See other posts from Stack Overflow
or by Tiangolo
Published on 2010-03-22T22:40:27Z
Indexed on
2010/03/22
22:41 UTC
Read the original article
Hit count: 391
In the XMLHttpRequest Spec it says that:
The DONE state has an associated error flag that indicates some type of network error or abortion. It can be either true or false and has an initial value of false.
Also says something similar about a "send() flag" in an "OPENED" state.
It's said in the specification but not in the IDL and when I create a new XMLHttpRequest I can't find those "flags".
Where are those boolean variables?
© Stack Overflow or respective owner