can-parse-uri
parseURI(url)
Parse a URI into its components.
Parameters
- url
{String}
:The URL you want to parse.
Returns
{Object}
:
Returns an object with properties for each part of the URL.
parseURI(url)
Parse a URI into its components.
{String}
: The URL you want to parse.
{Object}
:
Returns an object with properties for each part of the URL.