Gunakan API URL Whatwg sebagai gantinya

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