You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can provide the main ones statically, and instead rely on a new router.method("METHOD", ...) for the obscure ones. The main reason is to avoid confusion arounds methods such as BIND, which overwrote the JavaScript .bind property, which created a number of bug reports in Express 4.
The text was updated successfully, but these errors were encountered:
For the next major I think we should consider removing the autogenerated methods from here:
router/index.js
Lines 436 to 443 in 36ae18f
We can provide the main ones statically, and instead rely on a new
router.method("METHOD", ...)
for the obscure ones. The main reason is to avoid confusion arounds methods such asBIND
, which overwrote the JavaScript.bind
property, which created a number of bug reports in Express 4.The text was updated successfully, but these errors were encountered: