pretenderjs / pretender

A mock server library with a nice routing DSL
MIT License
1.26k stars 157 forks source link

Fix passthrough issue for libraries using loadend instead of onreadystatechange (Axios) #355

Open DrewCerny opened 2 years ago

DrewCerny commented 2 years ago

Issue #354 Fixed by adding loadend to the list of events watched by the passthrough

miguelsmatos commented 3 weeks ago

This looks like a very simple fix to me, can we move forward with it?