Skip to main content
method URLSearchParams.prototype.toString
URLSearchParams.prototype.toString(): string
Deprecated

Returns the search parameters serialized as a string, with characters percent-encoded where necessary.

Return Type

string
Back to top