You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- limitLength: Limits the maximum length of the request ID; if exceeded, a new ID will be generated.
35
+
- headerName: The header name used to read/write the ID; pass an empty string '' to disable reading from the request header and writing the response header.
36
+
- generator: Custom ID generation logic; receives ctx; defaults to `crypto.randomUUID()`.
0 commit comments