1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
URLSearchParams
Interface that defines utility methods to work with a URL query string.
URLSearchParams.append()
Appends a specified key-value pair as a new search parameter.
URLSearchParams.delete()
Deletes search parameters matching the name and optionally the value from all search parameter lists.
URLSearchParams.get()
Returns first value associated with given search parameter.