href
URL: href
From MDN: "The href property of the URL interface is a string containing the whole URL."
Notes & further reading
Spec: URL Standard
MDN: URL.href
Example value:
const url = new URL("https://elide.dev/?one=two#hello");
url.href;
← "https://elide.dev/?one=two#hello"
Content copied to clipboard