Stephen Karger
Stephen Karger
# Mirage has a bug when using the [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) API to download an image [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob). Here is a repo that reproduces the problem: https://github.com/skarger/mirage-blob-fetch. It's a simple Ember app that...
I'm using the currently released `ember-cli-mirage-graphql` version, `0.1.1`. [This video guide](https://www.youtube.com/watch?v=YxRvXgDIHW8) about `ember-cli-mirage-graphql` uses Mirage [factories](https://www.ember-cli-mirage.com/docs/data-layer/factories), and so does this repo's dummy app. Mirage also provides the concepts of [models](https://www.ember-cli-mirage.com/docs/data-layer/models)...