You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a function clear() that will reset the request count to 0
Use Case:
Imagine there is a long running request + the user leaves the page.
The loading bar indicator will still be displayed, even though the user doesn't care about the request result anymore.
The loading bar will not finish because the long running request was still counted under totalReqCount + there is no way to reset the status
The text was updated successfully, but these errors were encountered:
Implement a function clear() that will reset the request count to 0
Use Case:
Imagine there is a long running request + the user leaves the page.
The loading bar indicator will still be displayed, even though the user doesn't care about the request result anymore.
The loading bar will not finish because the long running request was still counted under totalReqCount + there is no way to reset the status
The text was updated successfully, but these errors were encountered: