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: lib/Encoder.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ export class FormDataEncoder {
52
52
/**
53
53
* Creates a multipart/form-data encoder.
54
54
*
55
-
* @param form - FormData object to encode. This object must be a spec-compatible FormData implementation.
56
-
* @param boundary - An optional boundary string that will be used by the encoder. If there's no boundary string is present, Encoder will generate it automatically.
55
+
* @param form FormData object to encode. This object must be a spec-compatible FormData implementation.
56
+
* @param boundary An optional boundary string that will be used by the encoder. If there's no boundary string is present, Encoder will generate it automatically.
0 commit comments