The previous link was DEPRECATED

I have updated the link to follow the most updated version.
This commit is contained in:
Edwin Pratt 2019-03-28 23:42:13 +02:00 committed by GitHub
parent 706b1f26b2
commit 1c8e98cf81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`. `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 ```js
const unsigned short UNSENT = 0; // initial state const unsigned short UNSENT = 0; // initial state