Eoin Nolan
Eoin Nolan
Got a report that this doesn't work with `jwplayer`, which is a kind of ad-supporting video player used by a bunch of larger companies.
 ``` Pretender intercepted GET /users?rightParams=false but encountered an error: Nothing returned by handler for /users?rightParams=false. Remember to `return [status, headers, body];` in your route handler ```
We ran into a confusing failure message today when using `withParams` on a `mock`. Our setup was something like this: ```js mock({ url: '/users', type: 'GET', }).withParams({ rightParams: true });...
New * Allows for the promise to reject if the script doesn't load. Changes * Remove `script` from the DOM after load or failure. * Remove event listeners. * Updated...