From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from resqmta-ch2-05v.sys.comcast.net (resqmta-ch2-05v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:37]) by hurricane.the-brannons.com (Postfix) with ESMTPS id B95067ABA9 for ; Sat, 1 Jun 2019 23:43:19 -0700 (PDT) Received: from resomta-ch2-12v.sys.comcast.net ([69.252.207.108]) by resqmta-ch2-05v.sys.comcast.net with ESMTP id XK87hyVtLbf17XKD8hJ5Kz; Sun, 02 Jun 2019 06:43:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1559457798; bh=3tLJ44rlUFIYCnBJgSb/B1HM7n04KRL6WHZyXErqlj8=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=GLm0Eh9y1wG781Zo76brJN/dhlk8lLHDTgCHLRH8k0tLqaaBPpL0gQoHHWBWczC+H k+HaWUwjmtIv7iWrKELhHfYaxcPYAqvvs3H/yAJyGmAMIaqWvnwL/WuJrZEWM/po2t q/rM6y1a1tJZBAFISR1Q50T+vZQZY/eBxq9U+dNP8yF39BWg1ciKdugOAHa/NJGS+A r5V5NFXnQbroOuzVANqBqZgcp8kyo6BZJJnnijggWoNmuB1M2opbZPfdmVGv5uAiH6 08NEuEJd8SKf+53yY91PTEeI4xA+MH92m13idWWf9Xnk0q/v2U7nBSrUMdoCmn2N3a qXb4JMwOcbGbQ== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-12v.sys.comcast.net with ESMTPSA id XKD7hzJlzXDhfXKD8hhjmc; Sun, 02 Jun 2019 06:43:18 +0000 X-Xfinity-VMeta: sc=0;st=legit To:edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E) Subject: [edbrowse-dev] window.location.search and String.search Date: Sun, 02 Jun 2019 02:43:17 -0400 Message-ID: <20190502024317.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-739794 Content-Transfer-Encoding: 7bit This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-739794 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I guess you would have to show me where the location.search(stuff) as a = function is, because I find it as a string all over, even in the = baseball site. cloud.js lines 42, 589, 1551, 6062, etc. If you stretch your mind to the limit you could imagine the getter = returning a function that is string.match but it has a toString() = function that is the string you want, so if the code coerces it to a string it will be right, but that's the = only way, and most of the time the code doesn't coerce it to a string so it will = be an object and blow up. So no you can't have your cake and eat it too. More likely there's something wrong with the parameters being passed in, like maybe the location object should have been coererced to string = before it was passed. Anyways I'd have to look at it for real. Karl Dahlke --nextpart-eb-739794--