From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4ef:2500:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 28F1777AAF for ; Sat, 4 Jan 2014 10:18:11 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140004122800.eklhad@comcast.net> Date: Sat, 04 Jan 2014 10:18:00 -0800 In-Reply-To: <20140004122800.eklhad@comcast.net> (Karl Dahlke's message of "Sat, 04 Jan 2014 12:28:00 -0500") Message-ID: <87fvp3392f.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] debian X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jan 2014 18:18:11 -0000 Karl Dahlke writes: > Run it under firefox and see what you get. > > alert("hello"); > var x = missingVariable; > alert("world"); Well, I ran it under Chromium with ChromeVox, and Chromium refused to proceed after the undefined variable error. I also tried setting a variable to the result of calling an undefined function: var x = blahblahblah(); with the same result. Nope, web browsers aren't as forgiving as you thought. -- Chris