API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAssetCacheOperation
@codexo/exojs / assets / stable
The cache operation that failed. Carried by AssetCacheError.operation so callers can branch on the failure class - a failed `write` is a degraded cache write, a failed `connect` means the whole store is unavailable.
0
props
0
methods
0
events
Import
import { AssetCacheOperation } from '@codexo/exojs'The cache operation that failed. Carried by AssetCacheError.operation so callers can branch on the failure class - a failed `write` is a degraded cache write, a failed `connect` means the whole store is unavailable.
Definition1
"clear" | "connect" | "delete" | "delete-storage" | "read" | "write"Source