Use URL API in util.js #2614
Labels
enhancement
A change that isn't substantial enough to be called a feature
low priority
Thing we want to see implemented at some point
student
Things summer interns can do
The functions
updateURLParameter
,updateArrayURLParameter
,getURLParameter
andgetArrayURLParameter
inutil.js
can probably be re-implemented using the URL and URL.searchParams APIs. These are supported in all modern browsers: URL and URLSearchParams.The text was updated successfully, but these errors were encountered: