In a vb.net 2010 web forms application, I have found that Internet Explorer 11 does not work any longer due to the obsolete statement of
"var firstVisibleElement = Array.from(document.querySelector("#rso").children) .find(positiveClientHeight)". The Array.from no longer works.
I ran the same application in Microsoft Edge and I found that the application runs correctly.
Thus since Internet Explorer 11 does not work due to deprecated and/or obsolete JavaScript statements, are there deprecated and/or obsolete features in Microsoft Edge?
If so, can you tell me and/or point me to link(s) url(s) that will tell me what the deprecated/obsolete javascript objects are?
If there is nothing deprecated/obsolete, would you let me know that also?