Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created July 2, 2020 09:22
Show Gist options
  • Save paulmwatson/fce477082e7610a4ac46af14dca3a6df to your computer and use it in GitHub Desktop.
Save paulmwatson/fce477082e7610a4ac46af14dca3a6df to your computer and use it in GitHub Desktop.
const protocol = document.location.protocol
const host = document.location.host
const search = document.location.search
...
const { protocol, host, search } = document.location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment