Node.js Vercel Functions 現在支援標準 Web Fetch 處理常式 (Handlers)
Original: Node.js Vercel Functions now support fetch web handlers
Vercel has recently rolled out an important update to its Node.js Serverless Functions, officially adding support for standard Web Fetch…
Vercel 宣布其 Node.js Serverless Functions 正式支援標準的 Web Fetch 處理常式(Handlers)。開發者現在可以使用標準的 Request 和 Response 物件來撰寫後端函數,而不再局限於傳統的 Node.js (req, res) 格式。這項更新不僅簡化了程式碼,還大幅提升了與 Edge Runtime 等其他平台的程式碼相容性與可移植性。
Vercel has recently rolled out an important update to its Node.js Serverless Functions, officially adding support for standard Web Fetch handlers. This means that when developers deploy Node.js functions on Vercel, they can use the same standard Web APIs as those used in browsers and modern edge computing environments.
Free shows the 3-line summary; Pro unlocks the full deep summary (~300 words) so you never have to click through.
See Pro plans →Want the original English / full article?
Read on Vercel Changelog →Summaries are AI-generated; the original article is authoritative.