Merge pull request #878 from Edwin-Pratt/patch-1
The previous link was DEPRECATED
This commit is contained in:
commit
0535487005
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