The previous link was DEPRECATED
I have updated the link to follow the most updated version.
This commit is contained in:
parent
706b1f26b2
commit
1c8e98cf81
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ They exist for historical reasons, to get either a string or XML document. Nowad
|
|||
|
||||
`XMLHttpRequest` changes between states as it progresses. The current state is accessible as `xhr.readyState`.
|
||||
|
||||
All states, as in [the specification](http://www.w3.org/TR/XMLHttpRequest/#states):
|
||||
All states, as in [the specification](https://xhr.spec.whatwg.org/#states):
|
||||
|
||||
```js
|
||||
const unsigned short UNSENT = 0; // initial state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue