Thanks to visit codestin.com Credit goes to github.com
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 043a5fc commit 6ae9c76Copy full SHA for 6ae9c76
README.md
@@ -594,7 +594,7 @@ The recommended way to fix this problem is to resolve cloned response in paralle
594
import fetch from 'node-fetch';
595
596
const response = await fetch('https://example.com');
597
-const r1 = await response.clone();
+const r1 = response.clone();
598
599
const results = await Promise.all([response.json(), r1.text()]);
600
0 commit comments