We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89ddc5 commit 1e092a8Copy full SHA for 1e092a8
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