Searched refs:isJsonDataType (Results 1 – 3 of 3) sorted by relevance
19 const isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json';37 if (isJsonDataType && !('Accept' in request.headers)) {45 if (isJsonDataType || contentType?.includes('application/json')) {
1 …isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json';\n\n if (fetchRequest.headers) {…
37 const isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json'; constant57 if (isJsonDataType && !('Accept' in request.headers)) {68 if (isJsonDataType || contentType?.includes('application/json')) {