Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callbacks vs. events #5

Open
fat opened this issue May 19, 2011 · 1 comment
Open

callbacks vs. events #5

fat opened this issue May 19, 2011 · 1 comment

Comments

@fat
Copy link
Collaborator

fat commented May 19, 2011

was dicussing "then" behavior with kenneth and was wondering if loadrunner behaved more like an event or a callback as per this post: http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/

for example:

var foo = using('foo')

foo.then(handler1)
foo.then(handler2)  //<-- exception here
foo.then(handler3) //<-- will this fire
foo.then(handler4) //<-- will this fire
@danwrong
Copy link
Owner

I'd expect that they should fire regardless. I'll make that the case soon.

On Wed, May 18, 2011 at 6:05 PM, fat
reply@reply.github.com
wrote:

was dicussing "then" behavior with kenneth and was wondering if loadrunner behaved more like an event or a callback as per this post: http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/

for example:

   var foo = using('foo')

   foo.then(handler1)
   foo.then(handler2)  //<-- exception here
   foo.then(handler3) //<-- will this fire
   foo.then(handler4) //<-- will this fire

Reply to this email directly or view it on GitHub:
#5

Dan Webb
http://massiverobot.co.uk
http://www.danwebb.net

aim: danwrong123
twitter/skype: danwrong

kennethkufluk added a commit that referenced this issue Sep 9, 2011
…tackoverflows in IE and other browsers (with tests). It should also have the side effect of fixing #5 (untested).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants