0

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.
4

0 回答 0