ParseOptions

sealed external interface ParseOptions(source)

Properties

Link copied to clipboard
abstract var decodeURIComponent: (str: String) -> String?

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

Link copied to clipboard
abstract var maxKeys: Double?

Specifies the maximum number of keys to parse. Specify 0 to remove key counting limitations.