URLFormatOptions

sealed external interface URLFormatOptions(source)

Properties

Link copied to clipboard
abstract var auth: Boolean?

true if the serialized URL string should include the username and password, false otherwise.

Link copied to clipboard
abstract var fragment: Boolean?

true if the serialized URL string should include the fragment, false otherwise.

Link copied to clipboard
abstract var search: Boolean?

true if the serialized URL string should include the search query, false otherwise.

Link copied to clipboard
abstract var unicode: Boolean?

true if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to being Punycode encoded.