Package-level declarations

Functions

Link copied to clipboard
external fun decodeURI(encodedURI: String): String
Link copied to clipboard
external fun decodeURIComponent(encodedURIComponent: String): String
Link copied to clipboard
external fun encodeURI(uri: String): String
Link copied to clipboard
external fun encodeURIComponent(uriComponent: String): String