vettorazi commited on
Commit
3cf4357
·
1 Parent(s): b0bce0d

Update main.js

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -703,7 +703,7 @@ async function main() {
703
  "https://pub-dd640b2e43124b7583471992c89208af.r2.dev/poly30000.splat",
704
  );
705
  const req = await fetch(url, {
706
- mode: "cors", // no-cors, *cors, same-origin
707
  credentials: "omit", // include, *same-origin, omit
708
  });
709
  console.log(req);
 
703
  "https://pub-dd640b2e43124b7583471992c89208af.r2.dev/poly30000.splat",
704
  );
705
  const req = await fetch(url, {
706
+ mode: "no-cors", // no-cors, *cors, same-origin
707
  credentials: "omit", // include, *same-origin, omit
708
  });
709
  console.log(req);