-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heavy use of deprecated __proto__ #1967
Comments
reopen this issue when we can do |
polyfill? |
Any insights on how Citing from MDN:
|
|
I don't have any arguments to this statement. I am only concerned about MDN mentioning slowing down property access after using either |
closes expressjs#1967 closes expressjs#2613 closes expressjs#3103 closes expressjs#3164
Don't know if this came up before, but I noticed heavy use of
__proto__
throughout Express codebase, which is deprecated and seems to be heavily discouraged by MDN.Now, since Express 4 is a fresh start, I was wondering if these fragments could be revisited, too? Frankly, I don't know if this even possible, or is there any good reason to stick with
__proto__
, so any explanations on this one would be very much appreciated.The text was updated successfully, but these errors were encountered: