Test whether the url is a local url.
This function returns false for any fully qualified url, including data:, file:, and // protocol URLs.
false
data:
file:
//
Generated using TypeDoc
Test whether the url is a local url.
Notes
This function returns
falsefor any fully qualified url, includingdata:,file:, and//protocol URLs.