вместо этого используйте API WhatWG URL

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