Click or drag to resize

DatabaseWithObjectStoresObjectStores Property

Version 130.1.90
Object stores in this database.

Namespace: CefSharp.DevTools.IndexedDB
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<ObjectStore> ObjectStores { get; set; }

Property Value

IListObjectStore
See Also