@appzmonster/fetch-interceptor
Fetch-interceptor is a JavaScript library to enable request interceptor feature on Fetch API. The library extends Fetch API and uses fluent API design to allow chaining of one or multiple request interceptors to a Fetch API request.
@appzmonster/msal-token-interceptor
Msal-Token-Interceptor is a request interceptor which uses Microsoft MSAL to handle OAuth 2.0 token exchange with Microsoft Identity Platform during a fetch request. This is part of fetch-interceptor family.
error-flux
Network request interceptor and logger for web applications
ajax-interceptor
Permits to intercept Ajax calls. Useful to detect disconnected user or things like that