Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Url.isRemote

isRemote() -> boolean

Description

Returns true if the URL is located at an origin/host other than the current app.

This is the opposite of isLocal.

url'https://otherapp.com/some/page'.isRemote()
//= true

See Also