Skip to content

Detect whether or not URL is recognized by router #5

@SYU15

Description

@SYU15

A function that does this:

  1. Check whether or not a URL has the same domain as the Ember application (insert regex/window code here)
  2. If so, then get the relative pathname and check to see if it is recognized by the router router.recognize(urlPath) and return a boolean accordingly (return value can be up for debate imo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions