Spaces:
Running
Running
Update main.js
Browse files
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);
|