This commit is contained in:
Ilya Kantor 2019-03-14 18:55:12 +03:00
parent c7645b8875
commit 93b87d3efa

View file

@ -27,7 +27,7 @@ To do the request, we need 3 steps:
let xhr = new XMLHttpRequest(); // no arguments
```
2. Initialize.
2. Initialize it.
```js
xhr.open(method, URL, async, user, password)
```