Skip to content

Commit f44d0e8

Browse files
committed
Update second example.
1 parent 6a5e454 commit f44d0e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ console.log(await response.json())
4949
import {Readable} from "stream"
5050

5151
import {FormDataEncoder} from "form-data-encoder"
52-
import {FormData, File} from "formdata-polyfill/esm-min.js"
52+
import {FormData} from "formdata-polyfill/esm-min.js"
53+
import {File} from "fetch-blob" // v3
5354

5455
const fd = new FormData()
5556

0 commit comments

Comments
 (0)