Using URLSearchParams Web API to Preserve Page State

22/08/2019 9 min Temporada 1 Episodio 5

Listen "Using URLSearchParams Web API to Preserve Page State"

Episode Synopsis

In this episode we look at the URLSearchParams Web API which allows you to query, check and modify URL parameters using JavaScript. As always, you can check out this episode's snippet here:
https://codepen.io/walpolea/pen/QWLdwPR?darkmode
And if you want to learn more about the URLSearchParams API, here's the documentation:
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams