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 5826b3f commit cd2740bCopy full SHA for cd2740b
readme.md
@@ -73,8 +73,8 @@ await fetch("https://httpbin.org/post", options)
73
import {FormData} from "formdata-polyfill/esm-min.js"
74
import {blobFrom} from "fetch-blob/from.js"
75
import {Encoder} from "form-data-encoder"
76
-import {Blob} from "fetch-blob" // For this example I will use v3 of this package
77
+import Blob from "fetch-blob"
78
import fetch from "node-fetch"
79
80
async function toBlob(form) {
0 commit comments