We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829a22c commit 5975086Copy full SHA for 5975086
src/templates/core/fetch/getResponseBody.hbs
@@ -3,6 +3,8 @@ async function getResponseBody(response: Response): Promise<any> {
3
const contentType = response.headers.get('Content-Type');
4
const contentDisposition = response.headers.get('Content-Disposition');
5
6
+
7
8
if (contentType) {
9
10
const jsonTypes = ['application/json', 'application/problem+json']
0 commit comments