WebURLURL.hrefproperty URL.hrefThe href property of the URL interface is a string that represents the complete URL. Examples ##const myURL = new URL('https://foo.example.org/bar?baz=qux#quux'); console.log(myURL.href); // Logs "https://foo.example.org/bar?baz=qux#quux" Type #stringSee #https://developer.mozilla.org/docs/Web/API/URL/href
property URL.hrefThe href property of the URL interface is a string that represents the complete URL. Examples ##const myURL = new URL('https://foo.example.org/bar?baz=qux#quux'); console.log(myURL.href); // Logs "https://foo.example.org/bar?baz=qux#quux" Type #stringSee #https://developer.mozilla.org/docs/Web/API/URL/href