Skip to content

Commit e94f2b9

Browse files
authored
Update article.md
1 parent bfd643b commit e94f2b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01-fetch/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ If we've already got the response with `response.text()`, then `response.json()`
130130
```js
131131
let text = await response.text(); // response body consumed
132132
let parsed = await response.json(); // fails (already consumed)
133+
```
133134
````
134135

135136
## Response headers

0 commit comments

Comments
 (0)