-
`onload` first called from FakeXMLHttpRequest after `dispatchEvent` triggered https://github.com/pretenderjs/pretender/blob/master/pretender.js#L172 and then called directly from https://github.com/pr…
-
This has been mentioned in the ticket https://github.com/miragejs/miragejs/pull/427
It looks to be a very old issue that I've also encountered right now.
The documentation states that it is possib…
-
In Pretender, a delay value of zero will still cause the request to be handled async with a setTimeout: https://github.com/pretenderjs/pretender/blob/65fbf0a608f2e4b4fd79657a77a41f52077074a9/src/prete…
-
Currently `params` and `queryParams` are typed as `Record` which is true to a certain degree, but it means that Typescript won't let you know that a variable you're accessing might be undefined.
A …
-
I just spent many hours trying to figure out why a binary file sent via an API was always corrupted, until I found out it was because of Pretender passthrough somehow bungling it up.
I searched and…
mydea updated
9 months ago
-
### TODO
- [ ] Is this a question or bug? [Stack Overflow](https://stackoverflow.com/questions/tagged/createjs) is a much better place to ask any questions you may have.
- [ ] Did you search the […
-
Hi,
I have a problem with using `miragejs` and `axios` together. When I send a request to a mocked route which has a handler, everything is ok: promise is pending, requests gets sent and I get 200,…
-
👋 Hey all!
As we're getting Mirage to work in different environments, Pretender not being importable is causing us some headaches.
I know that having Pretender _work_ in node is one thing, and t…
-
-
I use PretenderJS (via [Ember Mirage](https://github.com/samselikoff/ember-cli-mirage)) to help test dozens of apps. In most cases, it intercepts network requests perfectly.
However, I also use ano…