Skip to content

Commit 4d7ceb0

Browse files
nsmchanViolet-Bora-Lee
authored andcommitted
[FormData] 번역 - line171(#1232)
1 parent 487762e commit 4d7ceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/02-formdata/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The server reads form data and the file, as if it were a regular form submission
168168

169169
[FormData](https://xhr.spec.whatwg.org/#interface-formdata) 객체는 `fetch` 등의 네트워크 메서드를 통해 HTML 폼을 보내는데 사용됩니다.
170170

171-
We can either create `new FormData(form)` from an HTML form, or create a object without a form at all, and then append fields with methods:
171+
`FormData` 객체는 HTML 폼(`form`)을 직접 넘겨 `new FormData(form)`으로 만들 수도 있고, HTML 폼 없이 다음과 같은 메서드로 필드를 추가해 만들 수도 있습니다.
172172

173173
- `formData.append(name, value)`
174174
- `formData.append(name, blob, fileName)`

0 commit comments

Comments
 (0)