URIToLocation
Converts specified URI into location
Syntax
URIToLocation = function(aURI);
Parameters
- aURI
- functions: URI string
Returned value
- functions: URI string converted into location
Examples
var URI = 'https://google.com'; var location = URIToLocation(URI); log(JSON.stringify(location));