Vincent Voyer's banner
Vincent Voyer's profile picture

Vincent Voyer

@vvoyer3,842 subscribers

Senior Software Engineer @vercel. Automate Your Team Schedule: https://t.co/dq0OtEI9dh Stateless sessions: https://t.co/a1xuI1AFq4 x @algolia

Shorts

You can now track file upload progress when using Vercel Blob in all modern browsers and JavaScript environments. When I started working on this, I thought, "It's 2024; it's gonna be simple LFG!!!" I was so naive 🤣 There's no way to track upload progress with fetch. Instead, you need to use a combination of Readable/Transform streams along with an old friend, XMLHttpRequest, to solve that. Here's how to do it…

You can now track file upload progress when using Vercel Blob in all modern browsers and JavaScript environments. When I started working on this, I thought, "It's 2024; it's gonna be simple LFG!!!" I was so naive 🤣 There's no way to track upload progress with fetch. Instead, you need to use a combination of Readable/Transform streams along with an old friend, XMLHttpRequest, to solve that. Here's how to do it…

83,827 görüntüleme