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
A memory leak will happen if users use saveRequests: true and forget to call interceptor.clear() regularly (i.e. afterEach). We could show a warning in the console if the number of saved intercepted requests exceeds a safe limit. The limit should be configurable per interceptor and default to all interceptors.
The text was updated successfully, but these errors were encountered:
diego-aquino
changed the title
Show warning if the number of saved intercepted requests exceeds a customizable safe limit
Show warning if the number of saved requests exceeds a safe limit
Sep 8, 2024
A memory leak will happen if users use
saveRequests: true
and forget to callinterceptor.clear()
regularly (i.e.afterEach
). We could show a warning in the console if the number of saved intercepted requests exceeds a safe limit. The limit should be configurable per interceptor and default to all interceptors.The text was updated successfully, but these errors were encountered: