We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839e375 + 1e092a8 commit 3543d6dCopy full SHA for 3543d6d
1 file changed
5-network/01-fetch/article.md
@@ -130,6 +130,7 @@ If we've already got the response with `response.text()`, then `response.json()`
130
```js
131
let text = await response.text(); // response body consumed
132
let parsed = await response.json(); // fails (already consumed)
133
+```
134
````
135
136
## Response headers
0 commit comments