Workers are just JS and can’t spawn child processes, ffmpeg isn’t going to work
Workers are just JS and can’t spawn child processes, ffmpeg isn’t going to work
fetch() doing it, or something else.this.creds does exist, i even manually entered it, but i dont have another server from a different origin to test it against hmm

this.creds const response = await fetch(`https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=iphone`, {
headers: {
"Authorization": `Basic ${this.creds}`,
"Content-type": "application/json",
}
})