Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: simplify req.acceptsCharsets with spread syntax
Replaces `arguments` with spread syntax (`...charsets`) in `req.acceptsCharsets`, making the function more concise and improving readability. The new implementation passes arguments directly to `accepts(this).charsets`, achieving the same functionality with cleaner code.
- Loading branch information