expressjs / express

Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.75k stars 16.38k forks source link

Refactor: Simplify `req.xhr` getter by removing redundant function name #6132

Open Ayoub-Mabrouk opened 3 weeks ago

Ayoub-Mabrouk commented 3 weeks ago

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.