Skip to content

Commit

Permalink
⚡ no-cors mode is annotng af
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Oct 4, 2024
1 parent 9c42235 commit 63fddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minipfs/src/obtain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function obtain<T>(
): Promise<T> {
return $fetch<T>(uri, {
retry: 3,
mode: 'no-cors',
// mode: 'no-cors',
redirect: 'follow',
...options,
onRequestError({ error, request }) {
Expand Down

0 comments on commit 63fddd0

Please sign in to comment.