mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
Refactored `req.acceptsLanguages` to use the spread operator for passing arguments directly to `accept.languages`, eliminating the need for `.apply`. This approach improves readability and streamlines the function call. |
||
|---|---|---|
| .. | ||
| application.js | ||
| express.js | ||
| request.js | ||
| response.js | ||
| utils.js | ||
| view.js | ||