Thanks for the advice, much appreciated. If the leakage occurs within multiple requests for the same
Thanks for the advice, much appreciated. If the leakage occurs within multiple requests for the same user, that's fine, but you're saying I can rely on non-leakage between different users?
Basically my use case is that a request sends a QS param, let's say
Basically my use case is that a request sends a QS param, let's say
foo=1, and I want to hook that onto a global object so other files can use it, rather than laboriously having to pass it around to all functions. But the next request may send QS foo=2. Sounds like I'll be OK based on what you say. (But presumably in a non-serverless/Worker environment this would be problematic?)






