isValidSemanticURL()
Determines if a browser URL is a valid semantic URL by comparing it with the corresponding entry in the routing table.
Returns
The Boolean value true if the browser URL is a valid semantic URL.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns a Boolean value that indicates if the URL is a valid semantic URL.
AppRouter.isValidSemanticURL();
Previous topic isDeepEqual(oldValue, newValue) Next topic onPCoreReady(callback)