Verwenden Sie stattdessen die Whatwg -URL -API
const myURL ="Your URl";
const myURLObj = new URL(myURL);
Zealous Zebra
const myURL ="Your URl";
const myURLObj = new URL(myURL);