Параметры запроса кеша i18next-http-backend
Есть ли другие варианты кроме
default
для опции кеширования для
i18next-http-backend
библиотека?
requestOptions: { // used for fetch, can also be a function (payload) => ({ method: 'GET' })
mode: 'cors',
credentials: 'same-origin',
cache: 'default'
}
нам нужно установить наши на
ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.