Home
last modified time | relevance | path

Searched refs:isJsonDataType (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-auth-session/build/
H A DFetch.js19 const isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json';
37 if (isJsonDataType && !('Accept' in request.headers)) {
45 if (isJsonDataType || contentType?.includes('application/json')) {
H A DFetch.js.map1isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json';\n\n if (fetchRequest.headers) {…
/expo/packages/expo-auth-session/src/
H A DFetch.ts37 const isJsonDataType = fetchRequest.dataType?.toLowerCase() === 'json'; constant
57 if (isJsonDataType && !('Accept' in request.headers)) {
68 if (isJsonDataType || contentType?.includes('application/json')) {