We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eb98e commit bfd3920Copy full SHA for bfd3920
multipart.ts
@@ -113,8 +113,8 @@ export interface FormDataReadOptions {
113
* When set to a positive integer, if the form data file is smaller, it will
114
* be retained in memory and available in the `.content` property of the
115
* `FormDataFile` object. If the file exceeds the `maxSize` it will be
116
- * written to disk and the `filename` file will contain the full path to the
117
- * output file. */
+ * written to disk and the `.filename` property will contain the full path to
+ * the output file. */
118
maxSize?: number;
119
120
/** When writing form data files to disk, the output path. This will default
0 commit comments