express
express copied to clipboard
Refactor: Simplify `req.xhr` getter by removing redundant function name
The function name xhr was removed as it is clear from the property definition. This change improves readability and follows best practices for concise function expressions.