StringifyOptions

sealed external interface StringifyOptions(source)

Properties

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

The function to use when converting URL-unsafe characters to percent-encoding in the query string.