Skip to content

Commit ce085ec

Browse files
rlagyu0Violet-Bora-Lee
authored andcommitted
[FormData] 번역 - line127(#1232)
1 parent 7718145 commit ce085ec

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
@@ -166,7 +166,7 @@ formData.append("image", imageBlob, "image.png");
166166

167167
## Summary
168168

169-
[FormData](https://xhr.spec.whatwg.org/#interface-formdata) objects are used to capture HTML form and submit it using `fetch` or another network method.
169+
[FormData](https://xhr.spec.whatwg.org/#interface-formdata) 객체는 `fetch` 등의 네트워크 메서드를 통해 HTML 폼을 보내는데 사용됩니다.
170170

171171
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:
172172

0 commit comments

Comments
 (0)