edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Kevin Carhart <kevin@carhart.net>
To: Karl Dahlke <eklhad@comcast.net>
Cc: edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] javascript() in timer side effects
Date: Sat, 5 Dec 2015 16:19:51 -0800 (PST)	[thread overview]
Message-ID: <alpine.LRH.2.03.1512051609350.28157@carhart.net> (raw)
In-Reply-To: <20151105093946.eklhad@comcast.net>



Thanks!

Wow, this change reveals just how chatty the major websites are.
At db4, on the login page of paypal, there is a constant stream
of js on a very short interval like '50'.
To experience it in a serialized kind of way is interesting,
different from either the web in a GUI, or from a completely
discrete edbrowse session which is quiet until you trigger it.
Kind of reminds me of monitoring tcpdump or an http proxy, except
all it's doing is run client side code over and over.
(until we open the can of worms of XHR!)





On Sat, 5 Dec 2015, Karl Dahlke wrote:

>> timer line 1: ReferenceError: javascript is not defined
>
> It looks like I laid a foundation, to compile the function if it is a string,
> or simply set the function member if it is already a function,
> and put it under TimerObject.onclick, so I could then call TimerObject.onclick
> to run the code, no matter how it got set up, but then I never actually
> called that onclick function.
> Never took the last step.
> I was trying to compile every time or something, so now with this small fix
> all three cases work for me:
>
> "increment()"   // compile this string
> increment   // named function
> increment_in_var   // var set to function
>
> Karl Dahlke
> _______________________________________________
> Edbrowse-dev mailing list
> Edbrowse-dev@lists.the-brannons.com
> http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
>

--------
Kevin Carhart * 415 225 5306 * The Ten Ninety Nihilists

  reply	other threads:[~2015-12-06  0:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-02 18:11 [Edbrowse-dev] 3.6.0? Chris Brannon
2015-12-02 20:01 ` Karl Dahlke
2015-12-03  1:59   ` Kevin Carhart
2015-12-03  2:42     ` Chris Brannon
2015-12-03  3:13       ` Kevin Carhart
2015-12-03  4:52         ` Karl Dahlke
2015-12-04  1:05           ` Kevin Carhart
2015-12-04 14:24             ` Karl Dahlke
2015-12-04 21:10               ` [Edbrowse-dev] jquery v2 and an interesting seg fault Kevin Carhart
2015-12-04 22:11                 ` Karl Dahlke
2015-12-04 22:28                   ` Kevin Carhart
2015-12-05  9:12                     ` [Edbrowse-dev] javascript() in timer side effects Kevin Carhart
2015-12-05 14:39                       ` Karl Dahlke
2015-12-06  0:19                         ` Kevin Carhart [this message]
2015-12-06  0:26                           ` Karl Dahlke
2015-12-06  2:48                             ` Kevin Carhart
2015-12-06 11:38                               ` Adam Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LRH.2.03.1512051609350.28157@carhart.net \
    --to=kevin@carhart.net \
    --cc=edbrowse-dev@lists.the-brannons.com \
    --cc=eklhad@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).