deno.com

interface URLFormatOptions

Properties #

#auth: boolean | undefined
optional

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

#fragment: boolean | undefined
optional

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

#unicode: boolean | undefined
optional

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