Skip to content

Commit 6ae9c76

Browse files
authored
1 parent 043a5fc commit 6ae9c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ The recommended way to fix this problem is to resolve cloned response in paralle
594594
import fetch from 'node-fetch';
595595

596596
const response = await fetch('https://example.com');
597-
const r1 = await response.clone();
597+
const r1 = response.clone();
598598

599599
const results = await Promise.all([response.json(), r1.text()]);
600600

0 commit comments

Comments
 (0)