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 402e967 commit 8d12a58Copy full SHA for 8d12a58
readme.md
@@ -105,7 +105,7 @@ await fetch("https://httpbin.org/post", options)
105
106
```js
107
// This module is only necessary when you targeting Node.js or need web streams that implement Symbol.asyncIterator
108
-import {ReadableStream} from "web-streams-api/ponyfill/es2018"
+import {ReadableStream} from "web-streams-polyfill/ponyfill/es2018"
109
110
import {Encoder} from "form-data-encoder"
111
import {FormData} from "formdata-node"
0 commit comments