> I did wonder this, but given they're defined on context.env which is bound to a request figured th
I did wonder this, but given they're defined on context.env which is bound to a request figured they must change dynamically?
context.env is a Pages/Functions wrapper over the fetch(req, env, ctx) that all Workers use. Your resulting built Worker will use export default { async fetch(...) }.


