Pooya Parsa
Pooya Parsa
I think mainly service worker and web workers lack `globalThis` instead of `self` that need support (not sure if it is changed in major of browsers but ~2-3 years ago...
@IgorMinar Can this be closed? (haven't went though `$cloudflare` variants)
My understanding is that cloudflare preset is not using polyfill and it is already resolved for the case, closing issue for maintenance please ping me to reopen if I missed...
Thanks for the well-written explanations. For session rotation, I believe we might need a new util or at least flag on clear, normal `clear()` means logout and should actually clear...
Validation of (JSON) body and (key-value object) query params is based on structured data. How do you see validating (unstructured string) cookies?
Yes we can do that (although parsing all cookies also costs) but the value part is usually encoded. Do you have a practical usecase for yourself?
Thanks for the references, but my question is not answered regarding the practical use case of request cookie validation. If we introduce utility (also for `defineValidatedHandler`), we need to show...
Thanks for PR and sorry for late reply. I love the internal type util for regexes! However, considering the types already declare `names` as existing, i think we might normalize...
I think mainly for the sake of not breaking current deps (that assume names is not nullable based on types) it would be a faster solution to set an empty...
No rush, thanks for the update @IgorMinar