IndexedDB schema. Values are stored natively (structured clone) — not JSON strings. The unknown value type reflects that callers control the runtime shape via the generic SetItem<T> / GetItem<T> typing on the provider.
unknown
SetItem<T>
GetItem<T>
IndexedDB schema. Values are stored natively (structured clone) — not JSON strings. The
unknownvalue type reflects that callers control the runtime shape via the genericSetItem<T>/GetItem<T>typing on the provider.