After the new release of [0.3.5]
I understand you can do (dev/get-ajax driver)
and it will return all the ajax request that were made. I need to be able to get a particular request and keep querying the state until it has reach its final state. The issue is, after I make the get-ajax
call and the req returns with a status of 1 then I need to keep waiting. How can I use etaoin to get the same request and its status?