@vercel/blob put function hangs in Deno
https://github.com/vercel/storage/issues/656
Interestingly, the same snippet works just fine in Bun and Node.
Any insights?
Interestingly, the same snippet works just fine in Bun and Node.
Any insights?
GitHub
storage.put() is hanging in Deno. vercel-storage.js: import { put } from "@vercel/blob"; import "dotenv/config"; const { url } = await put("name", "value", {...
