Skip to content

Commit 80ffd1c

Browse files
committed
Remove unnecessary import from 3rd example
1 parent e75c9eb commit 80ffd1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ await fetch("https://httpbin.org/post", options)
7070
3. Because the Encoder is async iterable, you can use it with different targets. Let's say you want to put FormData content into `Blob`, for that you can write a function like this:
7171

7272
```js
73-
import {randomBytes} from "crypto"
74-
7573
import {FormData} from "formdata-polyfill/esm-min.js"
7674
import {blobFrom} from "fetch-blob/from.js"
7775
import {Encoder} from "form-data-encoder"

0 commit comments

Comments
 (0)