Zino

Results 1 comments of Zino

+1. Calling an endpoint that returns in 2s with a 1s timeout triggers the un-catchable error and crushes the process: ```js try { const resp = await fetch("https://run.mocky.io/v3/b2cca8a5-81b6-4293-b957-774c399c416b?mocky-delay=2000ms", { method:...