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
When a legacy, empty, constructor does not explicitly return this, usually considered a redundant operation pretty much nobody wrote in ES3 to ES5.1 times, the super() call in MS Edge breaks like a charm, considering undefined a valid return value for a super() call, instead of the current context.
When a legacy, empty, constructor does not explicitly return
this
, usually considered a redundant operation pretty much nobody wrote in ES3 to ES5.1 times, thesuper()
call in MS Edge breaks like a charm, consideringundefined
a valid return value for asuper()
call, instead of the current context.You can test this in Code Pen or through Edge HTML console.
Thanks for fixing this.
The text was updated successfully, but these errors were encountered: