Skip to content

Instantly share code, notes, and snippets.

@k-msalehi
Last active April 15, 2024 13:50
Show Gist options
  • Save k-msalehi/6308fd32cfd2c44204abd05aeffa145a to your computer and use it in GitHub Desktop.
Save k-msalehi/6308fd32cfd2c44204abd05aeffa145a to your computer and use it in GitHub Desktop.
const url = new URL(window.location);
url.searchParams.set('someQueryParameter', 'someValue');
window.history.pushState(null, '', url.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment