XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.7.0
    • cordova-mobile-spec
    • None

    Description

      There are many tests that test the existence of interfaces where duck-typing should be employed.
      ex. The geolocation tests test if the code can create a Coordinates object.
      The spec says that the Coordinates object has certain properties, but it does NOT specify that window.Coordinates is a function, or that typeof on a returned Coordinates object should be of type Coordinates.
      We should be testing solely on the existence of the properties defined in the spec.

      Realistically, there is no reason for a developer to create a Coordinates object as none of the APIs expect this object.

      Attachments

        Activity

          People

            filmaj Filip Maj
            purplecabbage Jesse MacFadyen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: