We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0969890 commit 0eff782Copy full SHA for 0eff782
1 file changed
5-network/02-formdata/article.md
@@ -66,7 +66,7 @@ There's also method `set`, with the same syntax as `append`. The difference is t
66
- `formData.set(name, value)`,
67
- `formData.set(name, blob, fileName)`.
68
69
-Âü°í·Î Æû µ¥ÀÌÅÍ Çʵ忡 ¹Ýº¹ ÀÛ¾÷À» ÇÒ¶© `for..of` ·çÇÁ¸¦ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.
+Also we can iterate over formData fields using `for..of` loop:
70
71
```js run
72
let formData = new FormData();
0 commit comments