FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Enhance getInterceptedXHR() to poll server until intercept actually happens #52

Open kood1 opened 10 years ago

kood1 commented 10 years ago

The API should allow user to specify a timeout and within the timeout it should poll server to wait for intercept to happen. If intercept did happen within the timeout, return this. If not, return an error.