fix
This commit is contained in:
parent
c7645b8875
commit
93b87d3efa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ To do the request, we need 3 steps:
|
||||||
let xhr = new XMLHttpRequest(); // no arguments
|
let xhr = new XMLHttpRequest(); // no arguments
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Initialize.
|
2. Initialize it.
|
||||||
```js
|
```js
|
||||||
xhr.open(method, URL, async, user, password)
|
xhr.open(method, URL, async, user, password)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue