Skip to main content

URLFormatOptions

interface URLFormatOptions

Properties Jump to heading

optional
Jump to headingauth: boolean | undefined

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

optional
Jump to headingfragment: boolean | undefined

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

optional
Jump to headingunicode: boolean | undefined

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

Back to top