Click or drag to resize

DatabaseWithObjectStoresObjectStores Property

Version 94.4.20
Object stores in this database.

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

Property Value

Type: IListObjectStore
See Also