property StringifyOptions.encodeURIComponent
The function to use when converting URL-unsafe characters to percent-encoding in the query string.
Type Jump to heading
((str: string) => string) | undefined
The function to use when converting URL-unsafe characters to percent-encoding in the query string.
((str: string) => string) | undefined