We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/common/uploads.ts (37:21) @ fetch
35 | }); 36 | const body = await file.arrayBuffer();
37 | const res = await fetch(url, { | ^ 38 | method: "PUT", 39 | headers: { 40 | "Content-Type": "application/octet-stream",