Skip to content

Commit 278647b

Browse files
CJR2022Violet-Bora-Lee
authored andcommitted
[FormData] 번역 - line178(#1232)
1 parent e09df4b commit 278647b

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
@@ -175,7 +175,7 @@ We can either create `new FormData(form)` from an HTML form, or create a object
175175
- `formData.set(name, value)`
176176
- `formData.set(name, blob, fileName)`
177177

178-
Let's note two peculiarities here:
178+
메서드를 사용할 때 주의할 점 2가지가 있습니다.
179179

180180
1. The `set` method removes fields with the same name, `append` doesn't. That's the only difference between them.
181181
2. To send a file, 3-argument syntax is needed, the last argument is a file name, that normally is taken from user filesystem for `<input type="file">`.

0 commit comments

Comments
 (0)