AppState type
The state of the app in terms of its lifecycle and caching status, which can impact its performance characteristics and memory usage.
type AppState = "cached" | "precached" | "active"
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.
Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The state of the app in terms of its lifecycle and caching status, which can impact its performance characteristics and memory usage.
type AppState = "cached" | "precached" | "active"