-
🔥 If you need to test your fetch requests to see how your UI behaves with slow responses (you should), then you can use this little function. Gist: gist.github.com/hankchizljaw/204ab4d620968190f7f6f0a6b36d6211 CodePen Demo: codepen.io/andybelldesign/pen/mdyyvQM
-
…in reply to @piccalilli_
I set the
window.sleepFetchTimeoutto something like5000variable when the project is in dev mode only, so it doesn’t affect production requests.
