Skip to main content
URLFormatOptions.unicode - Node documentation
property URLFormatOptions.unicode

Usage in Deno

import { type URLFormatOptions } from "node:url";

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

Type

boolean | undefined