When to use
Registered as a singleton service under RsXCoreInjectionTokens.IObjectStorage. It opens an IndexedDB database lazily on first use, then reuses the opened connection until close() is called. IndexedDB uses the structured-clone algorithm, so persisted values must be structured-clone compatible (for example, functions and DOM nodes are not supported).