Skip to content

Commit 5ba1aea

Browse files
Update 5-network/01-fetch/article.md
peer review 내용 반영 Co-authored-by: Jihwan Kim <kjhwan0802@naver.com>
1 parent e08eb21 commit 5ba1aea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

5-network/01-fetch/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ fetch(url, options)
311311
지금까지 배운 `fetch` 옵션은 다음과 같습니다.
312312
- `method` -- HTTP 메서드
313313
- `headers` -- 요청 헤드가 담긴 객체(제약 사항이 있음)
314-
- `body` -- 보내려는 데이터(요청 본문)로 `string`이나 `FormData`, `BufferSource`, `Blob`, `UrlSearchParams` 객체 형태
314+
- `headers` -- 요청 헤더가 담긴 객체(제약 사항이 있음)
315+
- `body` -- 보내려는 데이터(요청 본문)로 `string`이나 `FormData`, `BufferSource`, `Blob`, `URLSearchParams` 객체 형태
315316

316317
이어지는 챕터에선 이 외의 옵션과 다양한 `fetch` 유스 케이스를 살펴보겠습니다.

0 commit comments

Comments
 (0)