Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
3
vladimyr avatar

@stevekrouse Let's make it even simpler 😉

// before await blob.set(key, (await fetch(url)).body); // after await blob.set(key, await fetch(url));
stevekrouse avatar

I am tempted... I like your style :)

vladimyr avatar

When Bos(s) asks ... :)

Updated: April 4, 2024