matchesDesktopEdge: function(options) {
      if (options) {
        return this.matchesEdge() &&
               !this.matchesMobilePlatform() &&
               matchesMinVersion(/Edg\/(\d+)/i, options.minVersion);