Skip to content

Commit 0eff782

Browse files
Revert "[FormData] 번역 - line69(#1232)"
This reverts commit d2f140b.
1 parent 0969890 commit 0eff782

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
@@ -66,7 +66,7 @@ There's also method `set`, with the same syntax as `append`. The difference is t
6666
- `formData.set(name, value)`,
6767
- `formData.set(name, blob, fileName)`.
6868

69-
Âü°í·Î Æû µ¥ÀÌÅÍ Çʵ忡 ¹Ýº¹ ÀÛ¾÷À» ÇÒ¶© `for..of` ·çÇÁ¸¦ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.
69+
Also we can iterate over formData fields using `for..of` loop:
7070

7171
```js run
7272
let formData = new FormData();

0 commit comments

Comments
 (0)