Skip to content

Commit

Permalink
fix(javascript): remove mode from Fetch requester
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Apr 19, 2023
1 parent 9b11146 commit 5028b3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function createFetchRequester({
fetchRes = await fetch(request.url, {
method: request.method,
body: request.data || null,
mode: 'cors',
redirect: 'manual',
signal,
...requesterOptions,
Expand Down

0 comments on commit 5028b3f

Please sign in to comment.