Minor Changes
- #10476
cfbaa8a767b8794c2dcd8e164672195378be396a
Thanks @lilnasy! - The special-case handling ofsrc/vercel-edge-middleware.js
file is now deprecated. This file allowed you to access the edge runtime'sRequestContext
object, and create the middlewarelocals
from its fields. However, this object includes only one field - thewaitUntil()
function - which is now available directly asctx.locals.vercel.edge.waitUntil()
.