Slowing down the network speed for testing #4759
Unanswered
inoyakaigor
asked this question in
Q&A
Replies: 0 comments 2 replies
-
Used setTimeout per request in your end point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that under the hood makes a lot of fetch queries to other service. Depend on user's input. Because of some circumstances and that fact the Other service is legacy from mammoth era I have to make the
fetch
es one by one. So for test purposes (cheking connection timeouts etc) I need to slow down (throttle? is it more correct word?) network in my application. Is there a way to do it like Chrome's devtools? Maybe there is special CLI parameter?Beta Was this translation helpful? Give feedback.
All reactions