Vedant224
Results
2
issues of
Vedant224
## Summary Implements deprecation warnings for invalid status codes passed to `res.sendStatus()`, as recommended by maintainers. This provides a smooth migration path from the current throwing behavior to stricter validation...
Fixes #6756 This PR adds type validation to `res.sendStatus()` to prevent uncaught TypeError when BigInt values are passed as status codes. **Problem:** - `res.sendStatus(200n)` caused uncaught `"Do not know how...