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.
2 parents bdb384b + e94f2b9 commit 93a0d37Copy full SHA for 93a0d37
1 file changed
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