diff options
Diffstat (limited to 'ext/fetch/21_formdata.js')
-rw-r--r-- | ext/fetch/21_formdata.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/21_formdata.js b/ext/fetch/21_formdata.js index d8e6d2da2..555e31a69 100644 --- a/ext/fetch/21_formdata.js +++ b/ext/fetch/21_formdata.js @@ -266,7 +266,7 @@ StringPrototypeReplace( StringPrototypeReplace( StringPrototypeReplace( - (isFilename ? str : StringPrototypeReplace(str, /\r?\n|\r/g, "\r\n")), + isFilename ? str : StringPrototypeReplace(str, /\r?\n|\r/g, "\r\n"), /\n/g, "%0A", ), |