Context.parseUri(uri: URL | null): ParseUriResult | null
Determines the type of the URI and extracts the associated data.
uri: URL | null
The URI to parse.
ParseUriResult | null
The result of parsing the URI. If null
is given or
the URI is not recognized, null
is returned.