-
#243 from @givanse converted this project to typescript, and also created an IIFE output module.
Before cutting a 3.x release, we want to ensure that a UMD module is also exported, so that it can b…
-
Pretender uses the `whatwg-fetch` package in order to intercept `fetch` calls.
Even though `whatwg-fetch` is explicitly imported [here](https://github.com/pretenderjs/pretender/blob/master/src/inde…
-
@stefanpenner v3.0.0 tagged but not published to npm
-
Hi!
I'm trying to use Pretender in a Glimmer application but I'm having trouble importing the module. Using `import Pretender from 'pretender'` doesn't resolve anything because there's apparently n…
-
This might not be common but I still believe an essential feature. Mirage/pretender should support fetch() requests.
I have one component that doest fetch request to a model endpoint however the e…
-
`load` event fires before `abort` thus making impossible to use with `fetch` + `pretender.js` + `AbortController` to signal fetch `abort()`.
https://github.com/pretenderjs/FakeXMLHttpRequest/blob/m…
raido updated
6 years ago
-
Switch back to [github/fetch](https://github.com/github/fetch) once new version with UMD build release.
-
May be related to #285, the 3rd party lib I'm using is MapboxGL.
Here are all my passthroughs:
```
this.passthrough('https://raw.githubusercontent.com/**');
this.passthrough('http://raw.gi…
-
I started getting this error today with `ember-cli-mirage@0.2.2`, and I'm fairly certain it has to do with [Pretender 1.4.0](https://github.com/pretenderjs/pretender/commits/1.4.0) (that has a [Notify…
-
After a mighty journey starting from `ember-mapbox-cli`, heading through to `ember-mirage-cli` I finally ended up here. Hurray!
So, it looks like the fake `XMLHttpRequest` object that gets created by…