XMLHttpRequest Level 2 adds a number of more meaningful events over the onreadystatechange
one.
Is there a correspondence between some of these events and the readyState
values?
As far as I can tell:
1 loadstart
2 progress
3 ?
4 loadend; load
I haven’t worked out equivalent for 3, which is a bit vague anyway.