method URLSearchParams.prototype.toString Usage in Denoimport { URLSearchParams } from "node:url"; URLSearchParams.prototype.toString(): string Returns the search parameters serialized as a string, with characters percent-encoded where necessary. Return Type string