You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var foo = using('foo')
foo.then(handler1)
foo.then(handler2) //<-- exception here
foo.then(handler3) //<-- will this fire
foo.then(handler4) //<-- will this fire
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: