Use la API de URL Whatwg en su lugar
const myURL ="Your URl";
const myURLObj = new URL(myURL);
Zealous Zebra
const myURL ="Your URl";
const myURLObj = new URL(myURL);