From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:42; helo=resqmta-ch2-10v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-10v.sys.comcast.net (resqmta-ch2-10v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:42]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 5072F77893 for ; Wed, 7 Feb 2018 21:37:40 -0800 (PST) Received: from resomta-ch2-06v.sys.comcast.net ([69.252.207.102]) by resqmta-ch2-10v.sys.comcast.net with ESMTP id jeuWecsSUC0x5jeuWeNNU6; Thu, 08 Feb 2018 05:38:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1518068296; bh=uLTi7gEPAiVKCh62FL+F0+KaqmxZef66pvkTihLdB0I=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=F8sceqbQD4QUvd//jGvNhCzk1bhMElZwW3gK58o4A59QC9z+6dlnPveS1oYQnKHLf SK7OEvcmslsBO4xtFIFpyLUDP5ssB7aRQf6iJ0XvYYK5ntBQp81sF54Ew47BkjnhPQ fEuda1v7onVKX9bCRIFE5xX1xMiqbuJneayx+Hz7Ts01cs7f/u7pB5oKytiSWvUrA6 /q3YPlVQKa7xdCr2TYvpv0GannuqLnB8SklY5QOXIvL9psQ+2a/jpedhQ/MInjgt+X ny/mThslWp083PM6QyvtAVMevYPTw2TxX+L1HNFX+C3bluGJKqbU8GwIMahzidMlZj +V4tzdULjQnMQ== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-06v.sys.comcast.net with SMTP id jeuVeH4zRVvrPjeuWeP3en; Thu, 08 Feb 2018 05:38:16 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: User-Agent: edbrowse/3.7.1 Date: Thu, 08 Feb 2018 00:38:15 -0500 Message-ID: <20180108003815.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-910245 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfPG0c53xqr+giONGAnzpJTcVfjbQTIOyvbkTOr9Bco7vwR3469EwiNGiwV27ikcONFWs7YJYIpyDByTfg2zb5Hc5pFRzf3NH++nA7xAG3Pj3DVG1zDua PG35iVZSaE/8o4lIUyFc4bt49KtcUs6w6lUW66HFQKfLbfTVgblbYtrN Subject: [Edbrowse-dev] showscripts() (fwd) X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.25 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 05:37:40 -0000 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-910245 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > document.scripts2 is a superset > that includes all of document.scripts and more, correct? I think so. In theory javascript could delete a script object that was = originally there from html, though not sure why it would ever want to do that. Are you saying showscripts() should just act this way all the time, = regardless of argument? I'm ok with that, it's just for developers, not end users, so we don't = have to have a big pow-wow about it, if you think so then I'll make the = change. And I might put the list of scripts in $ss, or just anything that's = easier to type than document.scripts2. You're really following the industry trend. At the dawn of javascript we had all these arrays in document, scripts = for the