Utilisez à la place l'API Whatwg URL

const myURL ="Your URl";
const myURLObj = new URL(myURL);
Zealous Zebra