121 B
121 B
Current URL
Use window.location.href to get current URL.
const currentUrl = _ => window.location.href;
Use window.location.href to get current URL.
const currentUrl = _ => window.location.href;