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 6a5e454 commit f44d0e8Copy full SHA for f44d0e8
readme.md
@@ -49,7 +49,8 @@ console.log(await response.json())
49
import {Readable} from "stream"
50
51
import {FormDataEncoder} from "form-data-encoder"
52
-import {FormData, File} from "formdata-polyfill/esm-min.js"
+import {FormData} from "formdata-polyfill/esm-min.js"
53
+import {File} from "fetch-blob" // v3
54
55
const fd = new FormData()
56
0 commit comments