Internationalized Resource Identifier (IRI) as defined by RFC 3987.
An IRI is a sequence of characters that identifies an abstract or physical resource.
IRIs extend URIs (RFC 3986) by allowing Unicode characters beyond the ASCII subset.
Every valid URI is also a valid IRI.
Warning
This is a type alias for documentation purposes only. Branding was considered but not adopted due to
interoperability issues with tools relying on static code analysis. Values must be validated at runtime
using isIRI or asIRI.
Internationalized Resource Identifier (IRI) as defined by RFC 3987.
An IRI is a sequence of characters that identifies an abstract or physical resource. IRIs extend URIs (RFC 3986) by allowing Unicode characters beyond the ASCII subset. Every valid URI is also a valid IRI.
This is a type alias for documentation purposes only. Branding was considered but not adopted due to interoperability issues with tools relying on static code analysis. Values must be validated at runtime using isIRI or asIRI.