CacheOptions type
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}