File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ await fetch("https://httpbin.org/post", options)
100
100
import {Readable } from " stream"
101
101
102
102
import {FormDataEncoder } from " form-data-encoder"
103
-
104
- import {FormData , File , Blob , fileFromPath } from " formdata-node"
103
+ import { FormData , File , Blob } from " formdata-node "
104
+ import {fileFromPath } from " formdata-node/file-from-path "
105
105
106
106
import fetch from " node-fetch"
107
107
@@ -133,8 +133,8 @@ console.log(await response.json())
133
133
134
134
``` js
135
135
import {FormData } from " formdata-polyfill/esm-min.js"
136
- import {blobFrom } from " fetch-blob/from.js"
137
136
import {FormDataEncoder } from " form-data-encoder"
137
+ import {blobFrom } from " fetch-blob/from.js"
138
138
139
139
import Blob from " fetch-blob"
140
140
import fetch from " node-fetch"
You can’t perform that action at this time.
0 commit comments