append

fun append(key: String, value: String)(source)

The append() method of the URLSearchParams interface appends a specified key/value pair as a new search parameter.

MDN Reference