Skip to main content

toString

method URLSearchParams.prototype.toString
Jump to headingURLSearchParams.prototype.toString(): string

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

Return Type Jump to heading

string
Back to top