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
I am working on adopting MSW in our projects and recommending it to other developers. In our company we are in the unfortunate situation where we still have to support older browsers like IE11, and possibly other environments where service workers might not be available such as embedded browsers inside native mobile applications.
I did some tinkering and I have a working version where this library works on those browser by overriding XMLHttpRequest and fetch on those browsers, based on the work that's already there for use inside node js.
It would be great if we could add this to the MSW project as an option besides the service worker and nodejs implementation. Is this something you would be interested in reviewing a PR for?
The text was updated successfully, but these errors were encountered:
I am working on adopting MSW in our projects and recommending it to other developers. In our company we are in the unfortunate situation where we still have to support older browsers like IE11, and possibly other environments where service workers might not be available such as embedded browsers inside native mobile applications.
I did some tinkering and I have a working version where this library works on those browser by overriding XMLHttpRequest and fetch on those browsers, based on the work that's already there for use inside node js.
It would be great if we could add this to the MSW project as an option besides the service worker and nodejs implementation. Is this something you would be interested in reviewing a PR for?
The text was updated successfully, but these errors were encountered: