in app/static/utilities.js [67:77]
await fetch(deleteFromCartURL, {
method: "DELETE",
mode: "same-origin",
cache: "no-cache",
headers: {
"Content-Type": "application/x-www-form-urlencoded",
},
redirect: "error",
referrer: "no-referrer",
body: `id=${id}`
})