Javascript URI Manipulation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

URLSearchParams

Interface that defines utility methods to work with a URL query string.

2
New cards

URLSearchParams.append()

Appends a specified key-value pair as a new search parameter.

3
New cards

URLSearchParams.delete()

Deletes search parameters matching the name and optionally the value from all search parameter lists.

4
New cards

URLSearchParams.get()

Returns first value associated with given search parameter.