Node.js Vercel Functions now support fetch web handlers★ 70
Vercel Changelog·287d ago·Release
Vercel 宣布其 Node.js Serverless Functions 正式支援標準的 Web Fetch 處理常式(Handlers)。開發者現在可以使用標準的 Request 和 Response 物件來撰寫後端函數,而不再局限於傳統的 Node.js (req, res) 格式。這項更新不僅簡化了程式碼,還大幅提升了與 Edge Runtime 等其他平台的程式碼相容性與可移植性。