Create interceptor method to pause request for amount of time
Opened this issue · 2 comments
vaidasmaciulis commented
Would be nice to have interceptor that stops requests for some time and then releases it. Useful to test loading spinners etc.
created by ernestas.zekas@devbridge.comvaidasmaciulis commented
Should be possible with: https://miragejs.com/docs/main-concepts/route-handlers/
by martynas.luneckas@devbridge.comvaidasmaciulis commented
Maybe some throttling settings could help. Investigation needed.
https://fdalvi.github.io/blog/2018-02-05-puppeteer-network-throttle/