flow-js icon indicating copy to clipboard operation
flow-js copied to clipboard

Javascript Library for Multi-step Asynchronous Logic

Results 6 flow-js issues
Sort by recently updated
recently updated
newest added

Is any kind of conditional flow control available? E.g. in step 3, if A, then go to step 5, else if B then go to step 7, otherwise go on...

I have Require.JS in my JS folder, along side Flow.JS. I have added the script tag to load Require.JS, then in another script, called: ``` var flow = require('./flow'); ```...

When issuing multiple parallel requests and this.MULTI(), one can get the request results with argsArray. However, I need to pass some additional data, besides the data returned by the callbacks....

Would be helpful to users considering this library to have readily-available browser support information. Examples: - Simply mention that any browser that supports HTML File API (maybe also just link...

Hello, I'm trying to put together a more complex serialForEach example, which includes "jumping" manually to next step, based on the example in issue #3. step 1: search for the...

Not sure if you are interested in supporting these browsers (I am !) Great little library you have here. In my code below, the second function in the flow gets...