We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fake response will always attempt to serialise to JSON -- see https://github.com/devlucky/Kakapo.js/blob/master/src/interceptors/fetchInterceptor.js#L12
If we want to return, say, a blob of data from a Response, we can never do that. This is useful if you want to return files from mocked endpoints.
Related to, but distinct from, #144
The text was updated successfully, but these errors were encountered:
Solves devlucky#159 check content type in fetch response
3e1eb65
Merge pull request #161 from marduke182/159-check-content-type-in-fet…
e7dc1d2
…ch-response Solves #159 check content type in fetch response
fixed on 3.3.5 🚀
Sorry, something went wrong.
No branches or pull requests
Fake response will always attempt to serialise to JSON -- see https://github.com/devlucky/Kakapo.js/blob/master/src/interceptors/fetchInterceptor.js#L12
If we want to return, say, a blob of data from a Response, we can never do that. This is useful if you want to return files from mocked endpoints.
Related to, but distinct from, #144
The text was updated successfully, but these errors were encountered: