I am facing to problem with method new URL(\'address\') in IE.
I have this code:
var href = location.href; var hrefParams = new URL(href); var api =
IE does not support URL. You will have to add a polyfill for it.
URL