-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels