toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.querystring
/
StringifyOptions
Stringify
Options
sealed
external
interface
StringifyOptions
(
source
)
Members
Properties
encode
URIComponent
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.