Skip to content

Commit 67293e1

Browse files
OLingardshortcuts
andauthored
feat(fetch): remove mode option to rely on library's default (#1452)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent f53c72c commit 67293e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/requester-fetch/src/createFetchRequester.ts

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function createFetchRequester({
4444
...request.headers,
4545
},
4646
body: request.data || null,
47-
mode: 'cors',
4847
redirect: 'manual',
4948
signal,
5049
});

0 commit comments

Comments
 (0)