You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 5-network/02-formdata/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ In this example, the server code is not presented, as it's beyound our scope. Th
56
56
-`formData.append(name, value)` - add a form field with the given `name` and `value`,
57
57
-`formData.append(name, blob, fileName)` - add a field as if it were `<input type="file">`, the third argument `fileName` sets file name (not form field name), as it were a name of the file in user's filesystem,
58
58
-`formData.delete(name)` - remove the field with the given `name`,
59
-
-`formData.get(name)` - get the value of the field with the given `name`,
0 commit comments