We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e2d4 commit 88579ceCopy full SHA for 88579ce
5-network/01-fetch/article.md
@@ -89,11 +89,7 @@ fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commi
89
.then(commits => alert(commits[0].author.login));
90
```
91
92
-<<<<<<< HEAD
93
Aby pobrać odpowiedź jako tekst, użyj `await response.text()` zamiast `.json()`:
94
-=======
95
-To get the response text, `await response.text()` instead of `.json()`:
96
->>>>>>> 70ca842bef2390bc26d13dea2b856838aa890fe0
97
98
```js run async
99
let response = await fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commits');
0 commit comments