We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c8f74 commit 4bde68eCopy full SHA for 4bde68e
1 file changed
lib/form_data.js
@@ -25,7 +25,7 @@ util.inherits(FormData, CombinedStream);
25
*/
26
function FormData(options) {
27
if (!(this instanceof FormData)) {
28
- return new FormData();
+ return new FormData(options);
29
}
30
31
this._overheadLength = 0;
0 commit comments