Skip to main content
property ParseOptions.decodeURIComponent

The function to use when decoding percent-encoded characters in the query string.

Type

((str: string) => string) | undefined
Back to top