We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daae78 commit 9fb235aCopy full SHA for 9fb235a
7-network/1-xmlhttprequest/article.md
@@ -29,7 +29,7 @@ To do the request, we need 3 steps:
29
30
2. Initialize it.
31
```js
32
- xhr.open(method, URL, async, user, password)
+ xhr.open(method, URL, [async, user, password])
33
```
34
35
This method is usually called first after `new XMLHttpRequest`. It specifies the main parameters of the request:
0 commit comments