try{ console.log('derp') } catch(err){console.log(err)}finally{console.log('yerp')}
emit
an Error
in an eventChannel and then take
from that channel it should throw, right? This doesn’t really work for me. Meaning it just doesn’t throw it seems
put
vs. putResolve
, e.g., so more generally, I'm hoping to find a collection of sequence diagrams or something like that
@trassmann I have a delete acition that calls a confirmation modal that can reject or accept the call. Let's say I clicked delete like five times then clicked no and sixth time clicked yes on the confirmation modal: the generator function calls the API for a delete request (six HTTP requests) - I checked in the network tab in chrome dev tools). It seems to that when clicking "No" the confirmation modal doesn't actually reject the call of the delete generator function.
Danke sehr! :)))